mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fail if VMS_DIR isn't set
This commit is contained in:
parent
78f40b0fe3
commit
3a668cb40c
1 changed files with 1 additions and 1 deletions
2
dh
2
dh
|
@ -10,7 +10,7 @@ TERMINAL=sakura
|
||||||
replace='"!"'
|
replace='"!"'
|
||||||
export "CONFIG_DIR" "ICON_DIR" "TERMINAL" "replace"
|
export "CONFIG_DIR" "ICON_DIR" "TERMINAL" "replace"
|
||||||
|
|
||||||
cd "$VMS_DIR"
|
cd "$VMS_DIR" || exit
|
||||||
|
|
||||||
#source "$CONFIG_DIR/distrohopper.conf"
|
#source "$CONFIG_DIR/distrohopper.conf"
|
||||||
# Set traps to catch the signals and exit gracefully
|
# Set traps to catch the signals and exit gracefully
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue