We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb8d05 commit 1621da7Copy full SHA for 1621da7
mnt
@@ -25,6 +25,8 @@ declare ignore # Array with ignored disks
25
mkdir ~/.config/mnt/ -p # Create config directory if it doesn't exists
26
touch ~/.config/mnt/config.ini # Create config file if it doesn't exists
27
28
+mountpoint="/mnt"
29
+language="en"
30
source <(getConfigSection general) #Get the necessary variables
31
32
# Get associations for part labels
0 commit comments