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:
parent
a339fe250b
commit
6d25cdf734
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ fi
|
|||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a freshrss
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
echo "Wrong url"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue