mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing mkdir
This commit is contained in:
parent
8b53d6562e
commit
60d838843e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue