Skip to content

Commit

Permalink
Netskope (20 November)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Nov 20, 2023
1 parent 6952a84 commit 7fed878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CP_Source/Apps/Netskope/build/build-netskope-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ chmod a+x custom/${CP}-cp-init-script.sh
cd custom

# edit inf file for version number
VERSION=$(head -n 25 ${GETVERSION_FILE} | grep "^appversion" | cut -d "\""" -f 2)
VERSION=$(head -n 25 ${GETVERSION_FILE} | grep "^appversion" | cut -d "\"" -f 2)
#echo "Version is: " ${VERSION}
sed -i "/^version=/c version=\"${VERSION}\"" target/${CP}.inf
#echo "${CP}.inf file is:"
Expand Down

0 comments on commit 7fed878

Please sign in to comment.