Skip to content
Snippets Groups Projects
Commit 0b7b043b authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[-] do not stop cellframe-updater

parent 7844a4f6
No related branches found
No related tags found
No related merge requests found
......@@ -271,16 +271,17 @@ else
systemctl start cellframe-updater.service || true
echo "[*] Restarting cellframe-updater service"
systemctl --system stop cellframe-updater >> /dev/null|| true
echo "[*] Stopped cellframe-updater"
#systemctl --system stop cellframe-updater || true
#echo "[*] Stopped cellframe-updater"
systemctl daemon-reload || true
systemctl --system start cellframe-updater || true
echo "[*] Started cellframe-updater"
systemctl enable $DAP_PREFIX/share/cellframe-updater.timer || true
chmod 0666 $DAP_CFG
chmod 0666 $DAP_CFG_TPL
chmod 0666 $DAP_CFG || true
chmod 0666 $DAP_CFG_TPL || true
chmod 0774 $DAP_PREFIX/bin/* || true
chmod 0777 $DAP_PREFIX/bin/$DAP_APP_NAME-cli $DAP_PREFIX/python/bin/pip3* $DAP_PREFIX/python/bin/python3* || true
......
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