s/ksh/bash/ in here, i can't believe we still had ksh dependencies...
This commit is contained in:
parent
87fd2192e8
commit
a24cc93d6c
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh
|
||||
#!/bin/bash
|
||||
#
|
||||
# $Id: get_account_by_domain 22 2005-04-11 17:21:15Z jerome $
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh
|
||||
#!/bin/bash
|
||||
#
|
||||
# $Id: get_domains_by_account 22 2005-04-11 17:21:15Z jerome $
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh
|
||||
#!/bin/bash
|
||||
#
|
||||
# $Id: top_ftp_users 22 2005-04-11 17:21:15Z jerome $
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh
|
||||
#!/bin/bash
|
||||
#
|
||||
# $Id: top_http_users 22 2005-04-11 17:21:15Z jerome $
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh
|
||||
#!/bin/bash
|
||||
#
|
||||
# $Id: top_mysql_users 22 2005-04-11 17:21:15Z jerome $
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue