diff --git a/scripts/install b/scripts/install index 1acdaa3..6dca416 100755 --- a/scripts/install +++ b/scripts/install @@ -60,7 +60,7 @@ if [[ $(sudo yunohost app list -f wallabag | /bin/grep -q "installed: True") -eq wallabagUrl=$domain$wallabagPath # sharingWallabag="'sharing' => array( 0 => array('type' => 'wallabag','name' => 'Wallabag','url' => 'https://$wallabagUrl',)," 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 + sharingEnable=1 fi freshrss_users=$(ldapsearch -h localhost -b ou=users,dc=yunohost,dc=org -x objectClass=mailAccount uid | grep uid: | sed 's/uid: //' | xargs)