CI script fix

This commit is contained in:
OctoSpacc 2023-11-16 09:05:21 +01:00
parent 5d62508f2d
commit 2329a59f8f

View File

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
[ "$(whoami)" != root ] && { #[ "$(whoami)" != root ] && {
echo "This script must run as root". # echo "This script must run as root".
exit -1 # exit -1
} #}
mkdir -p /tmp /opt/Sdk mkdir -p /tmp /opt/Sdk