1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
This commit is contained in:
Moul 2016-02-03 16:32:56 +01:00
parent 7f603ddeb3
commit 72651f559f
2 changed files with 2 additions and 2 deletions

View file

@ -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 lutilisateur YunoHost qui a accès à Linux-Dash"
},
"example": "john"

View file

@ -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