From 4475dd517b1f8f466a6e0932ddb8eecfdac264d2 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 1 Aug 2005 22:10:24 +0000 Subject: r8902: Revert the small change as Andrew Bartlett asked. Now, let's go and fix howto.txt. rafal (This used to be commit 5bf5559e0f71455ddf62eef11956de12d104459b) --- source4/setup/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup') diff --git a/source4/setup/provision b/source4/setup/provision index 7bb5d756e0..a9bbfa6a26 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -1,5 +1,5 @@ #!/bin/sh -exec bin/smbscript "$0" ${1+"$@"} +exec smbscript "$0" ${1+"$@"} /* provision a Samba4 server Copyright Andrew Tridgell 2005 -- cgit