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:
parent
39b0f5edda
commit
3999dce147
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ sudo service nginx reload
|
||||||
# Set ssowat config
|
# Set ssowat config
|
||||||
if [ "$is_public" = "Yes" ];
|
if [ "$is_public" = "Yes" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting dokuwiki unprotected_uris -v "/"
|
sudo yunohost app setting $app unprotected_uris -v "/"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue