We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3459679 commit f864495Copy full SHA for f864495
MerlinAU.sh
@@ -2839,7 +2839,7 @@ _SCRIPT_UPDATE_()
2839
if [ $# -gt 0 ] && [ "$1" = "force" ]
2840
then
2841
printf "\n${CYANct}Force downloading latest script version...${NOct}\n"
2842
- _CheckForNewScriptUpdates_ -quietcheck "$@"
+ _CheckForNewScriptUpdates_ -quietcheck
2843
if [ "$scriptUpdateNotify" != "0" ] && ! $isInteractive; then
2844
_SendEMailNotification_ SCRIPT_UPDATE_FOUND
2845
fi
0 commit comments