|
|
@ -26,11 +26,9 @@ pushbulletalert="off" |
|
|
|
pushbullettoken="accesstoken" |
|
|
|
|
|
|
|
# Start Variables |
|
|
|
ip="0.0.0.0" |
|
|
|
port="27960" |
|
|
|
|
|
|
|
fn_parms(){ |
|
|
|
parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir} +exec ${servicename}.cfg" |
|
|
|
parms="+set net_strict 1 +set fs_homepath ${filesdir} +exec ${servercfgfullpath}" |
|
|
|
} |
|
|
|
|
|
|
|
#### Advanced Variables #### |