Skip to content

Commit

Permalink
added mkdir /opt/openziti/etc for controller case
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Mar 26, 2024
1 parent 444a951 commit 3e25802
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ then
then
mkdir -p /opt/openziti/bin/user
fi
if [ ! -d "/opt/openziti/etc" ]
then
mkdir -p /opt/openziti/etc
fi
cp zfw /opt/openziti/bin
cp zfw_tc_ingress.o /opt/openziti/bin
cp zfw_tc_outbound_track.o /opt/openziti/bin
Expand Down

0 comments on commit 3e25802

Please sign in to comment.