]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix input parameters
authorBastian Dehn <hhaalo@arcor.de>
Sat, 27 Jun 2026 18:04:19 +0000 (20:04 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 27 Jun 2026 18:04:19 +0000 (20:04 +0200)
src/backup
src/restore

index b435709de05d5149d3a26ad1f1357d69dd177da6..ce58ad2a79a4ab765db4b99b78df0e2dfb48d321 100755 (executable)
@@ -373,4 +373,4 @@ main()
        echo "✅ SUCCESS: backup"
 }
 
-main "$*"
+main "$@"
index 27c6e3e1030ac66ebb03dfd99127a7bc3173b661..b1b05e12fce96a42edb72a3fa6796bb78b9ea6bd 100755 (executable)
@@ -180,4 +180,4 @@ main()
        echo "✅ SUCCESS: restore"
 }
 
-main "$*"
+main "$@"