Skip to content

Commit 51fd679

Browse files
committed
fixs to the softaculous/webuzo code
1 parent 963f1e8 commit 51fd679

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

templates/create.sh.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ if [ -e "$sshcnf" ]; then
190190
kill -HUP $(vzpid $(pidof sshd) |grep "[[:space:]]{$vzid}[[:space:]]" | sed s#"{$vzid}.*ssh.*$"#""#g);
191191
fi;
192192
fi;
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+
193199
if [ "{$ostemplate}" = "centos-7-x86_64-nginxwordpress" ]; then
194200
vzctl exec {$vzid} /root/change.sh {$rootpass} 2>&1;
195201
fi;

0 commit comments

Comments
 (0)