diff options
author | Elijah Saxon <elijah@riseup.net> | 2005-07-08 19:21:46 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2005-07-08 19:21:46 +0000 |
commit | 67b5cf70d7a48bf9333e448b0d1ca53aacc252ea (patch) | |
tree | eacabdac106ffe6963df16a714935162b69ea2d2 /handlers/mysql.helper | |
parent | 1d3e3482bef095acc4e3d2ebd058037b7710001b (diff) | |
download | backupninja-67b5cf70d7a48bf9333e448b0d1ca53aacc252ea.tar.gz backupninja-67b5cf70d7a48bf9333e448b0d1ca53aacc252ea.tar.bz2 |
made it so that helpers are dynamically defined.
Diffstat (limited to 'handlers/mysql.helper')
-rw-r--r-- | handlers/mysql.helper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers/mysql.helper b/handlers/mysql.helper index 765f228..759ee26 100644 --- a/handlers/mysql.helper +++ b/handlers/mysql.helper @@ -1,3 +1,4 @@ +HELPERS="$HELPERS mysql:mysql_database_backup" do_mysql_user() { inputBox "mysql action wizard" "specify a system user:" |