mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
remove command argument missing
This commit is contained in:
parent
527dbd7204
commit
824e513ac4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ sudo yunohost app setting $app skipped_uris -v "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#adding admin to the allowed users
|
#adding admin to the allowed users
|
||||||
sudo yunohost app addaccess $app $admin
|
sudo yunohost app addaccess $app -u $admin
|
||||||
|
|
||||||
# Restart services
|
# Restart services
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
|
Loading…
Reference in a new issue