diff options
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_samba.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/root/scripts/setup_samba.sh b/base/root/scripts/setup_samba.sh index 0ae0165..16b2c6e 100755 --- a/base/root/scripts/setup_samba.sh +++ b/base/root/scripts/setup_samba.sh @@ -97,8 +97,8 @@ net ads join -U"$domain_auth" echo "Restarting ctdb" run_onnode all "service ctdb restart > /dev/null" -echo "Waiting for cluster to become healthy" -wait_until_healthy +echo "Waiting for a few seconds..." +sleep 10 # why is this needed? Samba doesn't come up the first time?? echo "Restarting ctdb again" |
