From d484ee1ed036820bc02289daddf4c52c1b6330bb Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 22 Jul 2016 21:31:58 +0200 Subject: [PATCH] more debugging --- tests/test_env/deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index 0a5fc51..3c40983 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -52,11 +52,13 @@ printf '' > "${smbconffile}" && \ echo "Move configuration" mv "${targetdir}/etc/smb.conf" "${smbconffile}" -cat ${targetdir}/etc/smb.conf +cat ${smbconffile} mv /var/lib/samba/private/krb5.conf /etc/krb5.conf +timeout 30 samba -i + sleep 5 /etc/init.d/samba-ad-dc start