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

Fixes unbound variable

This commit is contained in:
Selamanse 2017-07-19 11:16:50 +02:00
parent eece458af2
commit 6b15658dc6

View file

@ -54,7 +54,7 @@ sudo n $NODE_VERSION
# Create destination
final_path="/var/www/$app"
[[ -d $final_path ]] && ynh_die \
"The destination directory '$DESTDIR' already exists.\
"The destination directory '$final_path' already exists.\
You should safely delete it before installing this app."
ynh_app_setting_set $app final_path $final_path