diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-12-28 20:37:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@ganieda.vernstok.nl> | 2009-12-29 16:26:20 +0100 |
commit | 433f58f5a7490ba470dddc55e37325bb73cdba5c (patch) | |
tree | 3a0f667eaf519bed3a4f18fce6dfcf1d6c5b9fd8 /source4/script | |
parent | e60a40e287a1febdab98cc6cf81a80a8cb6bcfb2 (diff) | |
download | samba-433f58f5a7490ba470dddc55e37325bb73cdba5c.tar.gz samba-433f58f5a7490ba470dddc55e37325bb73cdba5c.tar.bz2 samba-433f58f5a7490ba470dddc55e37325bb73cdba5c.zip |
s4/net: Pass all arguments through to the Python commands.
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/installmisc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 31ca7e645d..1617ff7948 100755 --- a/source4/script/installmisc.sh +++ b/source4/script/installmisc.sh @@ -49,7 +49,7 @@ cp setup/ad-schema/*.txt $SETUPDIR/ad-schema || exit 1 cp setup/display-specifiers/*.txt $SETUPDIR/display-specifiers || exit 1 echo "Installing sbin scripts from setup/*" -for p in domainlevel enableaccount newuser provision setexpiry setpassword +for p in enableaccount newuser provision setexpiry setpassword do cp setup/$p $SBINDIR || exit 1 chmod a+x $SBINDIR/$p |