mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix Admin destination directory
This commit is contained in:
parent
a76ecacb2d
commit
7d34728349
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ ynh_setup_source --dest_dir="$final_path"
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from admin.src
|
||||
mkdir -p $final_path/core/client/Admin
|
||||
ynh_setup_source --dest_dir="$final_path/core/client/Admin" --source_id="admin"
|
||||
ynh_setup_source --dest_dir="$final_path/core/admin" --source_id="admin"
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from casper.src
|
||||
mkdir -p $final_path/content/themes/casper
|
||||
|
|
|
@ -105,7 +105,7 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from admin.src
|
||||
mkdir -p $final_path/core/client/Admin
|
||||
ynh_setup_source --dest_dir="$final_path/core/client/Admin" --source_id="admin"
|
||||
ynh_setup_source --dest_dir="$final_path/core/admin" --source_id="admin"
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from casper.src
|
||||
mkdir -p $final_path/content/themes/casper
|
||||
|
|
Loading…
Add table
Reference in a new issue