diff options
-rwxr-xr-x | scripts/updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/updater.sh b/scripts/updater.sh index f240687..8376b34 100755 --- a/scripts/updater.sh +++ b/scripts/updater.sh @@ -109,4 +109,4 @@ main() { esac } -main $* +main "$*" |