Skip to content

Commit eeab8b4

Browse files
Wang,Jinglittleya
authored andcommitted
<fix>[installation]: create InstallWithZStack file
create a file when install zops Resolves: ZOPS-1751 Change-Id: I66717167637a6274626e71657a70716b736b636e
1 parent 31c9eeb commit eeab8b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installation/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,8 @@ install_zops(){
23952395
echo_title "Install or upgrade ZOps"
23962396
echo ""
23972397
trap 'traplogger $LINENO "$BASH_COMMAND" $?' DEBUG
2398+
mkdir -p /root/.zops
2399+
echo "true" > /root/.zops/cloud_integration
23982400
if [ -f "/sbin/zops" ]; then
23992401
show_spinner is_upgrade_zops
24002402
else

0 commit comments

Comments
 (0)