X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=handlers%2Fmysql.helper;h=b24c931fdd7d8f1975b2cc0c39cd45ed844dcab4;hp=87de311d5a010169837375cb2bfda676d328d57b;hb=0d606253af6ecb8ede07b0991a1f295fb70e7e65;hpb=1d74ab1299f2147a4c942b7a64ec1647e92a8f1c diff --git a/handlers/mysql.helper b/handlers/mysql.helper index 87de311..b24c931 100644 --- a/handlers/mysql.helper +++ b/handlers/mysql.helper @@ -1,3 +1,4 @@ +# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*- HELPERS="$HELPERS mysql:mysql_database_backup" do_mysql_vserver() { @@ -207,4 +208,4 @@ EOF "debian") do_mysql_debian;return;; esac done -} \ No newline at end of file +}