Skip to content

Commit

Permalink
if no config, helpscreen and die
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Aug 16, 2012
1 parent d99bc06 commit a8a8c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'help' => \$help,
) ;

if ( $help ) {
if ( $help || ! -f $config ) {
mount_help() ;
exit ;
}
Expand Down

0 comments on commit a8a8c1d

Please sign in to comment.