mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
Fix upgrade
This commit is contained in:
parent
245ee63f59
commit
19acd20c90
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ if ynh_legacy_permissions_exists; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If .env doesn't exist at right destination, move it
|
# If .env doesn't exist at right destination, move it
|
||||||
if [ -f "$final_path/.env" ]; then
|
if [ ! -f "$final_path/.env" ]; then
|
||||||
tmpdir="$(mktemp -d)"
|
tmpdir="$(mktemp -d)"
|
||||||
|
|
||||||
ynh_delete_file_checksum --file="$final_path/output/.env"
|
ynh_delete_file_checksum --file="$final_path/output/.env"
|
||||||
|
|
Loading…
Add table
Reference in a new issue