1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchpotato_ynh.git synced 2024-09-03 18:16:22 +02:00

📦 rewrite

This commit is contained in:
Snipees 2015-09-05 17:52:47 +02:00
parent af6b58dcdb
commit 0416e373b9

View file

@ -24,7 +24,7 @@ app_host="$(sudo yunohost app setting ${app_id} host)"
# Make upgrade if localhost installation
if [[ $app_method == "LOCAL"* ]]; then
# Kill App
# Kill app
sudo service $app_id stop
sudo killall $app_id
@ -47,7 +47,7 @@ if [[ $app_method == "LOCAL"* ]]; then
sudo chmod +x /etc/init.d/$app_id
sudo chmod +x -R $app_install_dir
# Reload daemon
# Start service
sudo service $app_id start
fi