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 0fc70fa commit 05ae558Copy full SHA for 05ae558
install.sh
@@ -99,8 +99,9 @@ echo " # copying the introspection file to the include folder" >> gen.sh
99
echo " MY_COMMAND=\"cp -f \${CURPWD}/device_output/code/server_introspection.dat.h \${OCFPATH}/iotivity-lite/include/\"" >> gen.sh
100
echo " eval \${MY_COMMAND}" >> gen.sh
101
echo "" >> gen.sh
102
-echo " if [ ! -f ./pki_certs.zip ]; then" >> gen.sh
+echo " if [ ! -f ../pki_certs.zip ]; then" >> gen.sh
103
echo " # only create when the file does not exist" >> gen.sh
104
+echo " cd .." >> gen.sh
105
echo " MY_COMMAND=\"sh ./pki.sh\"" >> gen.sh
106
107
echo " fi" >> gen.sh
0 commit comments