Wizzard fix repo

This commit is contained in:
Václav Valíček 2019-08-04 13:10:51 +02:00
parent 3322b882bc
commit bf20dd04c3
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

View File

@ -2,6 +2,11 @@
set -euo pipefail set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
if [[ ! ":$PATH:" == *":/usr/local/bin:"* ]]
then
export PATH="/usr/local/bin:$PATH"
fi
# if started as root # if started as root
if [ $UID -eq 0 ] if [ $UID -eq 0 ]
then then