1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Unecessary ynh_secure_remove because of previous mv ...

This commit is contained in:
Alexandre Aubin 2024-01-25 22:11:22 +01:00
parent 625281f6e3
commit c4d5a7dd87

View file

@ -192,7 +192,6 @@ then
# Replace the old Nextcloud by the new one
ynh_secure_remove --file="$install_dir"
mv "$tmpdir" "$install_dir"
ynh_secure_remove --file="$tmpdir"
# Set write access for the following commands
chown -R $app: "$install_dir" "$data_dir"