mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix: admin directory do not exit
This commit is contained in:
parent
69b909f163
commit
cdcbbd7c16
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path"
|
||||
# Download, check integrity, uncompress and patch the source from admin.src
|
||||
mkdir $final_path/core/client/Admin
|
||||
mkdir -p $final_path/core/client/Admin
|
||||
ynh_setup_source --dest_dir="$final_path/core/client/Admin" --source_id="admin"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -101,7 +101,7 @@ then
|
|||
ynh_setup_source --dest_dir=$final_path
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from admin.src
|
||||
mkdir $final_path/core/client/Admin
|
||||
mkdir -p $final_path/core/client/Admin
|
||||
ynh_setup_source --dest_dir="$final_path/core/client/Admin" --source_id="admin"
|
||||
|
||||
# Copy the admin saved settings from tmp directory to final path
|
||||
|
|
Loading…
Add table
Reference in a new issue