r8898: Fix provision script to actually work, since location of smbscript
authorRafal Szczesniak <mimir@samba.org>
Mon, 1 Aug 2005 20:51:13 +0000 (20:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:16 +0000 (13:30 -0500)
has changed.

rafal

source/setup/provision

index a9bbfa6a265fed23718224af4114c2d3caab107f..7bb5d756e0578222d7e59ccd49178ff73858f6c4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-exec smbscript "$0" ${1+"$@"}
+exec bin/smbscript "$0" ${1+"$@"}
 /*
        provision a Samba4 server
        Copyright Andrew Tridgell 2005