[fix] Missing mkdir

This commit is contained in:
ljf 2020-12-09 02:36:39 +01:00
parent 8b53d6562e
commit 60d838843e

View file

@ -3,6 +3,7 @@
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
ynh_abort_if_errors ynh_abort_if_errors
YNH_CWD="${YNH_BACKUP_DIR%/}/conf/ynh/dyndns" YNH_CWD="${YNH_BACKUP_DIR%/}/conf/ynh/dyndns"
mkdir -p $YNH_CWD
cd "$YNH_CWD" cd "$YNH_CWD"
# Backup the configuration # Backup the configuration