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

add error message

This commit is contained in:
Clément 2017-02-12 11:08:08 +01:00
parent a339fe250b
commit 6d25cdf734

View file

@ -28,6 +28,7 @@ fi
# Check domain/path availability # Check domain/path availability
sudo yunohost app checkurl $domain$path -a freshrss sudo yunohost app checkurl $domain$path -a freshrss
if [[ ! $? -eq 0 ]]; then if [[ ! $? -eq 0 ]]; then
echo "Wrong url"
exit 1 exit 1
fi fi