1
0
Fork 0
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:
anmol26s 2021-02-24 22:38:29 +05:30
parent 69b909f163
commit cdcbbd7c16
2 changed files with 2 additions and 2 deletions

View file

@ -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"
#=================================================

View file

@ -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