mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-07 03:26:50 +08:00
revert
This commit is contained in:
parent
72f344636b
commit
0fd73a5c5a
@ -99,7 +99,7 @@ if [ "${script_diff}" != "" ]; then
|
||||
sed -i "s+gamename=\"core\"+gamename=\"${gamename}\"+g" "${rootdir}/${selfname}"
|
||||
sed -i "s+githubuser=\"GameServerManagers\"+githubuser=\"${githubuser}\"+g" "${rootdir}/${selfname}"
|
||||
sed -i "s+githubrepo=\"LinuxGSM\"+githubrepo=\"${githubrepo}\"+g" "${rootdir}/${selfname}"
|
||||
sed -i "s+githubbranch=\"master\"+githubbranch=\"${githubbranch}\"+g;q" "${rootdir}/${selfname}"
|
||||
sed -i "s+githubbranch=\"master\"+githubbranch=\"${githubbranch}\"+g" "${rootdir}/${selfname}"
|
||||
|
||||
if [ $? != "0" ]; then
|
||||
fn_print_fail_eol_nl
|
||||
|
Loading…
Reference in New Issue
Block a user