From 281dd16285cc63799e1beea95f8d07ca85942925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 9 Feb 2015 18:11:57 +0100 Subject: [PATCH] [fix] --- hooks/post_user_create | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hooks/post_user_create b/hooks/post_user_create index a5f2de7..14ff708 100755 --- a/hooks/post_user_create +++ b/hooks/post_user_create @@ -10,10 +10,10 @@ myuser=$1 #check wallabag if [[ $(sudo yunohost app list -f wallabag | /bin/grep -q "installed: True") -eq 0 ]]; then echo "Detected wallabag" - $wallabagPath=$(sudo yunohost app setting wallabag path) - $wallabagUrl=$domain$wallabagPath - $sharingWallabag="'sharing' => \n\tarray( \n\t\t0 => \n\t\tarray(\n\t\t\t'type' => 'wallabag',\n\t\t\t'name' => 'Wallabag',\n\t\t\t'url' => 'https://$wallabagUrl',\n\t\t)," - $sharingEnable=1 + wallabagPath=$(sudo yunohost app setting wallabag path) + wallabagUrl=$domain$wallabagPath + sharingWallabag="'sharing' => \n\tarray( \n\t\t0 => \n\t\tarray(\n\t\t\t'type' => 'wallabag',\n\t\t\t'name' => 'Wallabag',\n\t\t\t'url' => 'https://$wallabagUrl',\n\t\t)," + sharingEnable=1 fi