1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

'exit' command shouldn't be used. Use 'ynh_die' helper instead.

This commit is contained in:
polytan02 2017-02-21 23:40:35 +00:00
parent f3bb7a61e8
commit 4da9149d6c

View file

@ -18,7 +18,7 @@
# Check domain/path availability
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|| exit 1
|| ynh_die
# Check destination directory
DESTDIR="/var/www/$app"