mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
Fixes.
This commit is contained in:
parent
7f603ddeb3
commit
72651f559f
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
"name": "user",
|
"name": "user",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
"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"
|
"fr": "Choisissez l’utilisateur YunoHost qui a accès à Linux-Dash"
|
||||||
},
|
},
|
||||||
"example": "john"
|
"example": "john"
|
||||||
|
|
|
@ -25,7 +25,7 @@ sudo chown -R www-data: $final_path
|
||||||
sudo apt-get -y -qq install supervisor
|
sudo apt-get -y -qq install supervisor
|
||||||
sudo cp ../conf/supervisor.conf /etc/supervisor/conf.d/$app.conf
|
sudo cp ../conf/supervisor.conf /etc/supervisor/conf.d/$app.conf
|
||||||
sudo supervisorctl update
|
sudo supervisorctl update
|
||||||
sudo supervisorctl restart $app
|
sudo supervisorctl start $app
|
||||||
|
|
||||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||||
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
|
sed -i "s@YNH_WWW_PATH@$path@g" ../conf/nginx.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue