diff --git a/gui/bastille_manager_util.php b/gui/bastille_manager_util.php index b866fdb..e50d200 100644 --- a/gui/bastille_manager_util.php +++ b/gui/bastille_manager_util.php @@ -152,7 +152,7 @@ if($_POST): if ($zfs_activated == "YES"): if($pconfig['safemode']): if(!$skip_safemode): - $export_option = "--safe"; + $export_option = "--auto"; endif; endif; endif;