Skip to content

Commit

Permalink
SonicWall NetExtended V2 - fix init script
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Jul 3, 2023
1 parent e6897bd commit 7d9be7a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ do
done

#run installer
echo "Y" | ${CP}/tmp/swinstall/netExtenderClient/install
pushd .
cd ${CP}/tmp/swinstall/netExtenderClient
echo "Y" | ./install
popd

# Java JAR file location
mkdir -p /usr/lib64
Expand Down

0 comments on commit 7d9be7a

Please sign in to comment.