mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
rename variables to: DH_CONFIG_DIR DH_CONFIG DH_ICON_DIR
This commit is contained in:
parent
bb164b7380
commit
5d81606629
5 changed files with 48 additions and 47 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
CONFIG_DIR="$HOME"/.config/distrohopper
|
||||
source "$CONFIG_DIR"/distrohopper.conf
|
||||
DH_CONFIG_DIR="$HOME"/.config/distrohopper
|
||||
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
|
||||
source "$DH_CONFIG"
|
||||
yad --file --directory > target
|
||||
echo "It will take while..."
|
||||
cd "$VMS_DIR" || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue