We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963f1e8 commit 51fd679Copy full SHA for 51fd679
1 file changed
templates/create.sh.tpl
@@ -190,6 +190,12 @@ if [ -e "$sshcnf" ]; then
190
kill -HUP $(vzpid $(pidof sshd) |grep "[[:space:]]{$vzid}[[:space:]]" | sed s#"{$vzid}.*ssh.*$"#""#g);
191
fi;
192
193
+if [ "{$ostemplate}" = "centos-7-x86_64-breadbasket" ]; then
194
+ echo "Sleeping for a minute to workaround an ish"
195
+ sleep 1m;
196
+ echo "That was a pleasant nap.. back to the grind..."
197
+fi;
198
+
199
if [ "{$ostemplate}" = "centos-7-x86_64-nginxwordpress" ]; then
200
vzctl exec {$vzid} /root/change.sh {$rootpass} 2>&1;
201
0 commit comments