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