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 destination directory

This commit is contained in:
tituspijean 2022-07-08 19:21:29 +02:00
parent a76ecacb2d
commit 7d34728349
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 2 additions and 2 deletions

View file

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

View file

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