Set correct permissions on config by the mariabackup_full.helper

The configuration created by the helper of mariaback_full had to much rights set. This sets the by backupninja needed rights on the configurations.

Change-Id: I9e042203bbfdb44fa9684398946e86ec394906aa
This commit is contained in:
Emil Breiner 2020-09-23 15:42:17 +02:00
parent 92c57a394c
commit 913eab6ed3

View File

@ -91,7 +91,7 @@ db_exclude = $mariabackup_databases_excludes
directory = $mariabackup_directory directory = $mariabackup_directory
EOF EOF
chmod 700 $next_filename chmod 600 $next_filename
} }
mariabackup_main_menu() { mariabackup_main_menu() {