1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update upgrade

if need then, bash conditions
This commit is contained in:
Robles Rodolphe 2023-09-20 14:51:09 +02:00 committed by GitHub
parent 71abb097aa
commit fa6808021a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ sleep 5
ynh_secure_remove --file="$tmp_data_backup"
# clean duplicate folder if exist
if [ -d "$install_dir/data/data" ], then
if [ -d "$install_dir/data/data" ]; then
ynh_secure_remove --file="$install_dir/data/data"
fi