summaryrefslogtreecommitdiff
path: root/keyboard/mounter
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/mounter')
-rwxr-xr-xkeyboard/mounter2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/mounter b/keyboard/mounter
index 90c6caf..e0a8fac 100755
--- a/keyboard/mounter
+++ b/keyboard/mounter
@@ -1,6 +1,6 @@
#!/bin/sh
# TODO: add support for mounting discs
-sudo=doas
+sudo=${SUDO:-sudo}
mps=/media/mnt # User should have ownership of this directory
notify='notify-send --urgency low'