|
@ -15,8 +15,6 @@ if [ "${shortname}" == "hw" ]; then |
|
|
cp "${steamcmddir}/linux32/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86/steamclient.so" >> "${lgsmlog}" |
|
|
cp "${steamcmddir}/linux32/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86/steamclient.so" >> "${lgsmlog}" |
|
|
elif [ -f "${steamcmddir}/linux32/steamclient.so" ]; then |
|
|
elif [ -f "${steamcmddir}/linux32/steamclient.so" ]; then |
|
|
cp "${steamcmddir}/linux32/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86/steamclient.so" >> "${lgsmlog}" |
|
|
cp "${steamcmddir}/linux32/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86/steamclient.so" >> "${lgsmlog}" |
|
|
else |
|
|
|
|
|
: |
|
|
|
|
|
fi |
|
|
fi |
|
|
fn_fix_msg_end |
|
|
fn_fix_msg_end |
|
|
fi |
|
|
fi |
|
@ -27,8 +25,6 @@ if [ "${shortname}" == "hw" ]; then |
|
|
cp "${steamcmddir}/linux64/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86_64/steamclient.so" >> "${lgsmlog}" |
|
|
cp "${steamcmddir}/linux64/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86_64/steamclient.so" >> "${lgsmlog}" |
|
|
elif [ -f "${steamcmddir}/linux64/steamclient.so" ]; then |
|
|
elif [ -f "${steamcmddir}/linux64/steamclient.so" ]; then |
|
|
cp "${steamcmddir}/linux64/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86_64/steamclient.so" >> "${lgsmlog}" |
|
|
cp "${steamcmddir}/linux64/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86_64/steamclient.so" >> "${lgsmlog}" |
|
|
else |
|
|
|
|
|
: |
|
|
|
|
|
fi |
|
|
fi |
|
|
fn_fix_msg_end |
|
|
fn_fix_msg_end |
|
|
fi |
|
|
fi |
|
|