From 8f0b9aee1730e9f013069c3ae9844eb41588d0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Fri, 4 Jan 2019 17:50:59 +0100 Subject: [PATCH] app name is the first parameter --- hooks/post_app_addaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_app_addaccess b/hooks/post_app_addaccess index 1bd3e0c..7e36a62 100755 --- a/hooks/post_app_addaccess +++ b/hooks/post_app_addaccess @@ -1,5 +1,5 @@ #!/bin/bash -app=APPNAMETOCHANGE +app=$1 new_users=$2 app_path=/var/www/$app