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