Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Nov 26, 2019
2 parents 0d22a8b + 1927060 commit 9090fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/main/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PORT=${PORT:-80}
STORE=${STORE:-}

CONFIG0=$(cat <<EOF
<config>
<clixon-config xmlns="http://clicon.org/config">
<CLICON_CONFIGFILE>/usr/local/etc/example.xml</CLICON_CONFIGFILE>
<CLICON_FEATURE>*:*</CLICON_FEATURE>
<CLICON_YANG_DIR>/usr/local/share/clixon</CLICON_YANG_DIR>
Expand All @@ -42,7 +42,7 @@ CONFIG0=$(cat <<EOF
<CLICON_CLI_LINESCROLLING>0</CLICON_CLI_LINESCROLLING>
<CLICON_STARTUP_MODE>init</CLICON_STARTUP_MODE>
<CLICON_NACM_MODE>disabled</CLICON_NACM_MODE>
</config>
</clixon-config>
EOF
)

Expand Down

0 comments on commit 9090fe6

Please sign in to comment.