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

[fix] linter: exit –> ynh_die.

This commit is contained in:
Moul 2017-02-22 00:36:50 +01:00
parent f3bb7a61e8
commit b8beb4a04e

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"