diff scripts/Docker/roundup_start @ 7706:ccb5169ee6ee

fix: do not quote nuke arg Quoting the nuke arg when nuke was missing resulted in an empty trailing argument passed to roundup-demo that was interpreted as a position argument to set the database type. $nuke is exactly the word nuke so no need to quote it as though it could contain multiple space separated tokens.
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Nov 2023 23:25:40 -0500
parents 095f379bf639
children 36c3acb4b49b
line wrap: on
line diff
--- a/scripts/Docker/roundup_start	Mon Nov 20 22:39:20 2023 -0500
+++ b/scripts/Docker/roundup_start	Tue Nov 21 23:25:40 2023 -0500
@@ -129,7 +129,7 @@
 			 --urlport "$PORT_8080" \
 			 -t "$template" \
 			 tracker/demo \
-			 "$nuke"
+			 $nuke
 		fi
 		;;
 	    shell)

Roundup Issue Tracker: http://roundup-tracker.org/