mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Send err signal if path not found
This commit is contained in:
parent
54b6dcc30a
commit
af6ecbb0a4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ CHECK_PATH () { # Vérifie la présence du / en début de path. Et son absence
|
|||
}
|
||||
|
||||
CHECK_DOMAINPATH () { # Vérifie la disponibilité du path et du domaine.
|
||||
sudo yunohost app checkurl $domain$path -a $app
|
||||
sudo yunohost app checkurl $domain$path -a $app || ynh_die "Path not available: ${domain}${path}"
|
||||
}
|
||||
|
||||
CHECK_FINALPATH () { # Vérifie que le dossier de destination n'est pas déjà utilisé.
|
||||
|
|
Loading…
Add table
Reference in a new issue