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