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:
parent
625281f6e3
commit
c4d5a7dd87
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ then
|
||||||
# Replace the old Nextcloud by the new one
|
# Replace the old Nextcloud by the new one
|
||||||
ynh_secure_remove --file="$install_dir"
|
ynh_secure_remove --file="$install_dir"
|
||||||
mv "$tmpdir" "$install_dir"
|
mv "$tmpdir" "$install_dir"
|
||||||
ynh_secure_remove --file="$tmpdir"
|
|
||||||
|
|
||||||
# Set write access for the following commands
|
# Set write access for the following commands
|
||||||
chown -R $app: "$install_dir" "$data_dir"
|
chown -R $app: "$install_dir" "$data_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue