Commit 872453bb authored by Holger Levsen's avatar Holger Levsen
Browse files

another attempt to fix shell quoting

parent b5091f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ bootstrap() {
		if "$NODE_RUN_IN_THE_FUTURE" ; then
			# configure apt to ignore expired release files
			echo "This node is reported to run in the future, configuring APT to ignore the Release file expiration..."
			DEBOOTSTRAP='mmdebstrap  --aptopt="Acquire::Check-Valid-Until \'false\'"'
			DEBOOTSTRAP='mmdebstrap  --aptopt="Acquire::Check-Valid-Until 'false'"'
		fi
	else
		DEBOOTSTRAP=deboostrap