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

ajout du nom de l'app dans le check de l'url

This commit is contained in:
plopoyop 2014-07-23 18:03:38 +02:00
parent 5540ffe084
commit 65fe5874df

View file

@ -6,7 +6,7 @@ path=$2
admin_user=$3
# Check domain/path availability
sudo yunohost app checkurl $domain$path
sudo yunohost app checkurl $domain$path -a freshrss
if [[ ! $? -eq 0 ]]; then
exit 1
fi