s/ksh/bash/ in here, i can't believe we still had ksh dependencies...

This commit is contained in:
Antoine Beaupré 2009-11-28 23:47:56 +00:00
parent 87fd2192e8
commit a24cc93d6c
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/bash
#
# $Id: get_account_by_domain 22 2005-04-11 17:21:15Z jerome $
# ----------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/bash
#
# $Id: get_domains_by_account 22 2005-04-11 17:21:15Z jerome $
# ----------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/bash
#
# $Id: top_ftp_users 22 2005-04-11 17:21:15Z jerome $
# ----------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/bash
#
# $Id: top_http_users 22 2005-04-11 17:21:15Z jerome $
# ----------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/bash
#
# $Id: top_mysql_users 22 2005-04-11 17:21:15Z jerome $
# ----------------------------------------------------------------------