Update 'backup.sh'

This commit is contained in:
Fl1tzi 2023-04-12 20:30:48 +00:00
parent 182d0f2fdd
commit c16adbd4bc
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ do
systemctl --user stop $unit >/dev/null
echo "Starting backup..."
/usr/bin/rclone $Method $folder $Dest/$folder_name
/usr/bin/podman unshare /usr/bin/rclone $Method $folder $Dest/$folder_name
echo "Starting unit..."
systemctl --user start $unit >/dev/null