1
0
Fork 0
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:
matlink 2014-11-12 22:26:17 +01:00
parent 12794235f6
commit 4f113475e7

View file

@ -47,7 +47,7 @@ sudo yunohost app setting $app skipped_uris -v "/"
fi
#adding admin to the allowed users
sudo yunohost app addaccess $app $admin
sudo yunohost app addaccess $app -u $admin
# Restart services
sudo service nginx reload