fail if VMS_DIR isn't set

This commit is contained in:
zenobit 2023-03-20 02:50:59 +01:00
parent 78f40b0fe3
commit 3a668cb40c
1 changed files with 1 additions and 1 deletions

2
dh
View File

@ -10,7 +10,7 @@ TERMINAL=sakura
replace='"!"'
export "CONFIG_DIR" "ICON_DIR" "TERMINAL" "replace"
cd "$VMS_DIR"
cd "$VMS_DIR" || exit
#source "$CONFIG_DIR/distrohopper.conf"
# Set traps to catch the signals and exit gracefully