From 101b0892681480643b9075d34744d9e337011639 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 1 Jun 2013 15:54:11 +0100 Subject: [PATCH] Don't background command. --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 85160c8..7ec8bdb 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2635,7 +2635,7 @@ install_gentoo_post() { [ $fname = "syndic" ] && [ $INSTALL_SYNDIC -eq $BS_FALSE ] && continue rc-update add salt-$fname default - /etc/init.d/salt-$fname start & + /etc/init.d/salt-$fname start done }