summaryrefslogtreecommitdiff
path: root/fsmgr
diff options
context:
space:
mode:
Diffstat (limited to 'fsmgr')
-rwxr-xr-xfsmgr1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsmgr b/fsmgr
index 06bb996..f2c6ff1 100755
--- a/fsmgr
+++ b/fsmgr
@@ -2,6 +2,7 @@
2die() { printf 'Error: %s\n' "$*" >&2; exit 1; } 2die() { printf 'Error: %s\n' "$*" >&2; exit 1; }
3root=$(stack path --local-install-root) || die "subcommand failed: 'stack path'" 3root=$(stack path --local-install-root) || die "subcommand failed: 'stack path'"
4bin=$root/bin/fsmgr 4bin=$root/bin/fsmgr
5stack build
5case "$(id -u)" in 6case "$(id -u)" in
6 0) exec "$bin" "$@" ;; 7 0) exec "$bin" "$@" ;;
7 *) exec sudo -- "$bin" "$@" ;; 8 *) exec sudo -- "$bin" "$@" ;;