mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix typo in a comment
This commit is contained in:
parent
6adbe5d789
commit
e8716956c7
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ then
|
|||
# Create a temporary directory
|
||||
tmpdir="$(mktemp -d)"
|
||||
|
||||
# Copy the admin saved settings from tmp directory to final path
|
||||
# Copy the admin saved settings from final path to tmp directory
|
||||
cp -ar "$final_path/config.production.json" "$tmpdir/config.production.json"
|
||||
|
||||
# Backup the content folder to the temp dir
|
||||
|
|
Loading…
Add table
Reference in a new issue