We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1166d commit a21e3a7Copy full SHA for a21e3a7
install.sh
@@ -3,11 +3,11 @@
3
. /usr/share/install-libraries/il-lib.sh
4
5
pushd /opt/fmc_repository/Blueprints || exit
6
-
7
emit_step "Blueprints from OpenMSA_Blueprints"
8
ln -fsn ../OpenMSA_Blueprints/Catalog Catalog;
9
popd || exit
+
10
pushd /opt/fmc_repository/Process/PythonReference || exit
11
-emit_step "Symlink to CCLA_WF"
+emit_step "Symlink to CCLA SDK"
12
ln -fsn /opt/fmc_repository/Process/cloudclapp-wf/cloud_sdk ccla_cloud
13
0 commit comments