We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6583297 commit 42d62d2Copy full SHA for 42d62d2
bin/install.sh
@@ -423,6 +423,8 @@ APPJOINTNAME=visualis
423
#visualis appjoint install
424
installAppjoints
425
echo "<----------------$APPJOINTNAME:end------------------->"
426
+##sample version does not install qualitis APPJoint and scheduis APPJoint
427
+if [[ '2' = "$INSTALL_MODE" ]];then
428
echo ""
429
echo "<----------------qualitis appjoint install start------------------->"
430
APPJOINTPARENT=dss-appjoints
@@ -440,4 +442,5 @@ APPJOINTNAME=schedulis
440
442
#schedulis appjoint install
441
443
444
isSuccess "subsitution conf of qualitis"
-echo "<----------------$APPJOINTNAME:end------------------->"
445
+echo "<----------------$APPJOINTNAME:end------------------->"
446
+fi
0 commit comments