mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r8459: move to the more portable script execution method
This commit is contained in:
parent
3d4a2221c3
commit
d7e4dcaaaa
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env smbscript
|
||||
#!/bin/sh
|
||||
exec smbscript "$0" ${1+"$@"}
|
||||
/*
|
||||
add a new user to a Samba4 server
|
||||
Copyright Andrew Tridgell 2005
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env smbscript
|
||||
#!/bin/sh
|
||||
exec smbscript "$0" ${1+"$@"}
|
||||
/*
|
||||
provision a Samba4 server
|
||||
Copyright Andrew Tridgell 2005
|
||||
|
Loading…
Reference in New Issue
Block a user