mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r8350: fixed the --root option to provision
This commit is contained in:
parent
c64a68cd40
commit
506e07d6e0
@ -5,7 +5,7 @@
|
||||
Released under the GNU GPL v2 or later
|
||||
*/
|
||||
|
||||
var options = new Object();
|
||||
options = new Object();
|
||||
ok = GetOptions(ARGV, options,
|
||||
"POPT_AUTOHELP",
|
||||
"POPT_COMMON_SAMBA",
|
||||
@ -150,7 +150,6 @@ function setup_ldb(ldif, dbname, subobj)
|
||||
if (arguments.length == 4) {
|
||||
extra = arguments[3];
|
||||
}
|
||||
printVars(lpGet("setup directory"));
|
||||
|
||||
var db = lpGet("private dir") + "/" + dbname;
|
||||
var src = lpGet("setup directory") + "/" + ldif;
|
||||
|
Loading…
Reference in New Issue
Block a user