diff --git a/manifest.json b/manifest.json index 6718db6..839ea2b 100644 --- a/manifest.json +++ b/manifest.json @@ -42,7 +42,7 @@ "name": "user", "type": "user", "ask": { - "en": "Choose the YunoHost user who got access to Linux-Dash", + "en": "Choose the YunoHost user which have access to Linux-Dash", "fr": "Choisissez l’utilisateur YunoHost qui a accès à Linux-Dash" }, "example": "john" diff --git a/scripts/install b/scripts/install index a1da2f0..9ef815e 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ sudo chown -R www-data: $final_path sudo apt-get -y -qq install supervisor sudo cp ../conf/supervisor.conf /etc/supervisor/conf.d/$app.conf sudo supervisorctl update -sudo supervisorctl restart $app +sudo supervisorctl start $app # Modify Nginx configuration file and copy it to Nginx conf directory sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf