1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

[YEP-2.12] You should not need to use 'sudo'

This commit is contained in:
yalh76 2020-06-11 13:39:33 +02:00
parent 6f5ead2005
commit dc9bc365e7

View file

@ -111,7 +111,7 @@ then
cp -a "$tmpdir/storage/export/" "$final_path/storage/export/"
# Remove temporary directory
sudo rm -Rf "$tmpdir"
rm -Rf "$tmpdir"
fi