1
0
Fork 0
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:
zamentur 2014-09-22 23:42:08 +02:00
parent fdd80dc4fb
commit bb696461c0

View file

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