|
@ -21,7 +21,7 @@ steampass="password" |
|
|
ip="0.0.0.0" |
|
|
ip="0.0.0.0" |
|
|
|
|
|
|
|
|
fn_parms(){ |
|
|
fn_parms(){ |
|
|
parms="-netlog -port=${serverport} -ip=${ip} -config=${servercfg}" |
|
|
parms="-netlog -ip=${ip} -config=${servercfg}" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#### Advanced Variables #### |
|
|
#### Advanced Variables #### |
|
@ -357,4 +357,4 @@ case "$1" in |
|
|
echo "Usage: $0 {start|stop|restart|update|update-restart|validate|validate-restart|monitor|email-test|details|backup|console|debug|install|auto-install}" |
|
|
echo "Usage: $0 {start|stop|restart|update|update-restart|validate|validate-restart|monitor|email-test|details|backup|console|debug|install|auto-install}" |
|
|
exit 1;; |
|
|
exit 1;; |
|
|
esac |
|
|
esac |
|
|
exit |
|
|
exit |
|
|