mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-17 00:29:33 +01:00
bash/if-python-user.bash: easy copying of my check
This commit is contained in:
parent
25f08c5804
commit
4619036d86
5
bash/if-python-user.bash
Normal file
5
bash/if-python-user.bash
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [[ $USER != "root" ]]; then
|
||||||
|
NOROOT="--user"
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user