Browse Source

dev-upgrade

main
pvincent 3 days ago
parent
commit
e5d2c25c21
  1. 2
      lib/functions.bash

2
lib/functions.bash

@ -1,7 +1,7 @@
## library of useful functions, usually prefixed with '_'
function sudo_root {
[[ "$UID" -ne 0 ]] && sudo -vp 'SUDO privilege required: '
[[ "$UID" -ne 0 ]] && sudo -vp 'SUDO privilege required: ' 2>/dev/null
}
## ASSERT Functions

Loading…
Cancel
Save