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:
parent
5540ffe084
commit
65fe5874df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue