mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-04-15 11:17:19 +02:00
CI script fix
This commit is contained in:
parent
5d62508f2d
commit
2329a59f8f
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user