mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Saut en fin de ligne
This commit is contained in:
parent
4c15f75c0b
commit
a57a21831b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Exit on command errors and treat unset variables as an error
|
||||
set -eu
|
||||
|
||||
# The parameter $2 is the id of the app instance ex: ynhexample__2
|
||||
# The parameter $app is the id of the app instance ex: ynhexample__2
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
# Source app helpers
|
||||
|
@ -57,3 +57,4 @@ sudo cp -a ./php-fpm.ini "$phpfpm_ini"
|
|||
sudo service nginx reload
|
||||
sudo service php5-fpm reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
|
|
Loading…
Reference in a new issue