bugfix:TSG-7758:9140环境升级配置修改问题

This commit is contained in:
fumingwei
2021-09-15 10:43:05 +08:00
parent 07b1967410
commit 4ec65ae5ca

View File

@@ -1,3 +1,7 @@
#!/bin/bash -xe
if [ "$(id -u)" != 0 ]; then
echo "No root privilege to execute, Please checkout the privilege"
exit 1
fi
/opt/tsg/tsg-os-provision/scripts/provision.sh 1