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 committed by Moul
parent 527dbd7204
commit 824e513ac4

View file

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