1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osada_ynh.git synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
anmol26s 2021-02-12 18:09:12 +05:30
parent 6dade54ce8
commit b79091c509

View file

@ -63,7 +63,7 @@ ynh_print_info "Upgrading source files..."
# cp -a "$final_path/php.log" "$tmpdir/php.log"
# Remove the app directory securely
ynh_secure_remove "$final_path"
# ynh_secure_remove "$final_path"
# If final_path doesn't exist, create it
if [ -z "$final_path" ]; then