From 5a366a681321278e16da64e3a9d5413b430587f4 Mon Sep 17 00:00:00 2001 From: youplaboum Date: Wed, 1 Apr 2020 11:17:53 +0200 Subject: [PATCH] Correct "APPNAMETOCHANGE" added the application name, new user creation resulted in an error previously --- hooks/post_user_create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_user_create b/hooks/post_user_create index de0d472..b1db057 100755 --- a/hooks/post_user_create +++ b/hooks/post_user_create @@ -1,5 +1,5 @@ #!/bin/bash -app=APPNAMETOCHANGE +app=freshrss app_path=/var/www/$app myuser=$1