1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

Update install

test without admin
This commit is contained in:
matanya 2014-10-19 00:45:53 +03:00
parent b135694ce8
commit d28798fa9e

View file

@ -3,16 +3,6 @@
# Retrieve arguments
domain=$1
path=$2
admin_user=$3
# Check user parameter
sudo yunohost user list --json | grep -q "\"username\": \"$admin_user\""
if [[ ! $? -eq 0 ]]; then
echo "Wrong user"
exit 1
fi
sudo yunohost app setting freshrss admin_user -v $admin_user
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a freshrss
@ -101,4 +91,4 @@ sudo yunohost app setting freshrss skipped_uris -v /api/greader.php
# Reload Nginx and regenerate SSOwat conf
sudo service nginx reload
sudo yunohost app ssowatconf
sudo yunohost app ssowatconf