From 4f113475e7962f6f7a8f9de91f4c8ad766c3dab3 Mon Sep 17 00:00:00 2001 From: matlink Date: Wed, 12 Nov 2014 22:26:17 +0100 Subject: [PATCH] remove command argument missing --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e1d260b..24df2e8 100644 --- a/scripts/install +++ b/scripts/install @@ -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