Skip to content

Commit 3cd8a07

Browse files
authored
Merge pull request #8 from linuxserver/nemchik-patch-1
Fix #7
2 parents 972e13c + b344e4e commit 3cd8a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/30-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ DUDE
112112
save_vars () {
113113
cat <<DUDE > /config/.donoteditthisfile
114114
ORIG_SERVERURL=$SERVERURL
115-
ORIG_SERVERPORT=#SERVER_PORT
115+
ORIG_SERVERPORT=$SERVER_PORT
116116
ORIG_PEERDNS=$PEERDNS
117117
ORIG_PEERS=$PEERS
118118
ORIG_INTERFACE=$INTERFACE

0 commit comments

Comments
 (0)