mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Fixed upgrade
This commit is contained in:
parent
4e5d6b455b
commit
61bca38712
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ tmpdir="$(mktemp -d)"
|
|||
# Backup the config file in the temp dir
|
||||
mkdir -p "$tmpdir/storage/upload"
|
||||
mkdir -p "$tmpdir/storage/export"
|
||||
mkdir -p "$final_path/storage/upload"
|
||||
mkdir -p "$final_path/storage/export"
|
||||
mkdir -p "$final_path/storage/upload/"
|
||||
mkdir -p "$final_path/storage/export/"
|
||||
cp -a "$final_path/.env" "$tmpdir/.env"
|
||||
cp -a "$final_path/storage/upload/*" "$tmpdir/storage/upload/"
|
||||
cp -a "$final_path/storage/export/*" "$tmpdir/storage/export/"
|
||||
|
|
Loading…
Add table
Reference in a new issue