Skip to content
Snippets Groups Projects
Commit 7dbd5a32 authored by Denis Sumin's avatar Denis Sumin Committed by Constantin P.
Browse files

Hotfix libz depend

parent 4621aff7
No related branches found
No related tags found
2 merge requests!56Develop nodeplistfix,!45Hotfix libz depend
......@@ -27,9 +27,9 @@ wd=$(pwd)
cd $EXEC_PREFIX/../MacOS
for filename in $(ls . | grep -v '.'); do
if [ -L $filename ] && [ ! -e $filename ]; then
strip -u -r $filename
fi
if [ -L $filename ] && [ ! -e $filename ]; then
strip -u -r $filename
fi
done
sudo chmod +x $EXEC_PREFIX/create_configs.sh
......@@ -39,10 +39,10 @@ $EXEC_PREFIX/create_configs.sh
mkdir -p /Users/$USER/Library/LaunchAgents
launchctl stop $SERVICE
launchctl unload -w /Users/$USER/Library/LaunchAgents/$SERVICE.plist
sudo -u $USER launchctl unload -w /Users/$USER/Library/LaunchAgents/$SERVICE.plist
launchctl stop $NODE
launchctl unload -w /Users/$USER/Library/LaunchAgents/$NODE.plist
sudo -u $USER launchctl unload -w /Users/$USER/Library/LaunchAgents/$NODE.plist
sudo chown $USER /Applications/"$APP_NAME".app/Contents/Resources/$SERVICE.plist
sudo chmod 644 /Applications/"$APP_NAME".app/Contents/Resources/$SERVICE.plist
......@@ -69,4 +69,4 @@ sudo rm /Applications/Cellframe.app
echo "node agent: $(launchctl list | grep cell)" > /tmp/cellframe-dashboard_install_logs.txt
echo "service agent: $(launchctl list | grep cell)" > /tmp/cellframe-dashboard_install_logs.txt
cd $wd
cd $wd
\ No newline at end of file
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