CI script fix

This commit is contained in:
OctoSpacc 2023-11-16 09:05:21 +01:00
parent 5d62508f2d
commit 2329a59f8f
1 changed files with 4 additions and 4 deletions

View File

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