mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-20 01:59:24 +01:00
6 lines
75 B
Bash
6 lines
75 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
if [[ $USER != "root" ]]; then
|
||
|
NOROOT="--user"
|
||
|
fi
|