mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix missing datadir
This commit is contained in:
parent
e81e13519f
commit
6aedbebafc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ynh_script_progression --message="Restoring the data directory..."
|
|||
|
||||
ynh_restore_file --origin_path="$gollem_data_dir"
|
||||
|
||||
mkdir -p $datadir
|
||||
mkdir -p $gollem_data_dir
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue