Skip to content

Commit 1621da7

Browse files
committed
Fix bug
1 parent beb8d05 commit 1621da7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mnt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ declare ignore # Array with ignored disks
2525
mkdir ~/.config/mnt/ -p # Create config directory if it doesn't exists
2626
touch ~/.config/mnt/config.ini # Create config file if it doesn't exists
2727

28+
mountpoint="/mnt"
29+
language="en"
2830
source <(getConfigSection general) #Get the necessary variables
2931

3032
# Get associations for part labels

0 commit comments

Comments
 (0)