diff options
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 72aab47..594c85e 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -101,6 +101,9 @@ my %interval_titles = ( my (%entries, $where); +# if not configured, just default where will be mounted the discs by HAL: +$backup_directory ||= '/media/'; + my $box; gtkadd($my_win->{window}, gtknew('VBox', children => [ |