Skip to content
Snippets Groups Projects
Commit 649a4b71 authored by Aleksandr Vodianov's avatar Aleksandr Vodianov
Browse files

fixed build

parent 0a897163
No related branches found
No related tags found
Loading
...@@ -13,9 +13,10 @@ DAP_CFG="$DAP_PREFIX/etc/$DAP_APP_NAME.cfg" ...@@ -13,9 +13,10 @@ DAP_CFG="$DAP_PREFIX/etc/$DAP_APP_NAME.cfg"
#unpack PYTHON_ENV #unpack PYTHON_ENV
tar -C /opt/cellframe-node/etc/ -xf /opt/cellframe-node/etc/cpython.tar.xz if [ -e "opt/cellframe-node/etc/cpython.tar.xz" ]; then
rm /opt/cellframe-node/etc/cpython.tar.xz tar -C /opt/cellframe-node/etc/ -xf /opt/cellframe-node/etc/cpython.tar.xz
rm /opt/cellframe-node/etc/cpython.tar.xz
fi
# Check profile.d symlink # Check profile.d symlink
[ -e "/etc/profile.d/$DAP_APP_NAME.sh" ] || ln -sf $DAP_PREFIX/share/profile.d/$DAP_APP_NAME.sh /etc/profile.d/$DAP_APP_NAME.sh [ -e "/etc/profile.d/$DAP_APP_NAME.sh" ] || ln -sf $DAP_PREFIX/share/profile.d/$DAP_APP_NAME.sh /etc/profile.d/$DAP_APP_NAME.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment