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:
parent
6f5ead2005
commit
dc9bc365e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue