mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
[fix] error during install
This commit is contained in:
parent
fdd80dc4fb
commit
bb696461c0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ fi
|
|||
sudo service nginx reload
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting ethercalc skipped_regex -v "$final_path/.*"
|
||||
sudo yunohost app setting ethercalc skipped_uris -v "/"
|
||||
fi
|
||||
sudo service $app_id_forked stop
|
||||
sudo service $app_id_forked start
|
||||
|
|
Loading…
Reference in a new issue