1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

[fix] Hardcoded app name.

This commit is contained in:
opi 2016-05-07 02:05:09 +02:00
parent 39b0f5edda
commit 3999dce147

View file

@ -63,5 +63,5 @@ sudo service nginx reload
# Set ssowat config
if [ "$is_public" = "Yes" ];
then
sudo yunohost app setting dokuwiki unprotected_uris -v "/"
sudo yunohost app setting $app unprotected_uris -v "/"
fi