mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +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