Skip to content

Commit

Permalink
Update firstrun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Sep 1, 2015
1 parent 9c6fed3 commit e6cd722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if [ -z "$SERVERPORT" ]; then
SERVERPORT=8080
fi

/sbin/setuser nobody java -Xmx312M -jar -Djava.net.preferIPv4Stack=true -Dupnp.config.address=$SERVERIP -Dserver.port=$SERVERPORT -Dvera.address=$VERAIP ha-bridge-"$VERSION".jar
/sbin/setuser nobody java -jar -Djava.net.preferIPv4Stack=true -Dupnp.config.address=$SERVERIP -Dserver.port=$SERVERPORT -Dvera.address=$VERAIP -Dupnp.strict=false ha-bridge-"$VERSION".jar

0 comments on commit e6cd722

Please sign in to comment.