Wizzard fix repo
This commit is contained in:
parent
3322b882bc
commit
bf20dd04c3
|
@ -2,6 +2,11 @@
|
|||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
if [[ ! ":$PATH:" == *":/usr/local/bin:"* ]]
|
||||
then
|
||||
export PATH="/usr/local/bin:$PATH"
|
||||
fi
|
||||
|
||||
# if started as root
|
||||
if [ $UID -eq 0 ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue
Block a user