Skip to content

Commit

Permalink
Fixing omi preexec for dsc to check for nxFile so and py files
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kordich committed Aug 26, 2016
1 parent af5f2cc commit 0ca1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LCM/scripts/omi_preexec.sh
@@ -1,5 +1,5 @@
#!/bin/sh
if [ ! -f /etc/opt/omi/conf/dsc/configuration/schema/MSFT_nxFileResource/MSFT_nxFileResource.schema.mof ]; then
if [ ! -f /etc/opt/omi/conf/dsc/configuration/schema/MSFT_nxFileResource/MSFT_nxFileResource.schema.mof -o ! -f /opt/microsoft/dsc/Scripts/2.6x-2.7x/Scripts/nxFile.py -o ! -f /opt/omi/lib/libMSFT_nxFileResource.so ]; then
/opt/microsoft/dsc/Scripts/InstallModule.py /opt/microsoft/dsc/module_packages/nx_1.0.zip 0
fi
exit 0

0 comments on commit 0ca1bf4

Please sign in to comment.