The current implementation doesn't use the full file path to determine the existence of the backup directory in relation to the server which means the current stats just looks for the "lgsm/backup" directory. That may work if you're already in the root directory for the server but if you're scripting the backups via cron, you're not likely going to be invoking the backup from the root directory.
I'm getting this error while trying to use `curlcustomstring="--socks5 192.168.191.1:6080"` as proxy:
```shell
[ .... ] Alert tf2server: Sending Telegram alertcurl: option --socks5 192.168.191.1:6080 : is unknown
curl: try 'curl --help' or 'curl --manual' for more information
```
So I make a fix for it. As far as I'm concerned, if `curlcustomstring` contains multiple options it should not use that *quotes*.
For Teamspeak3-Servers: Only use the first IP specified within the ts3server.ini file. The IP string is cut off after the first appearance of a comma (IP separator within ts3server.ini files).
* fix: correct error with fn_print_error_eol_nl
* fix(arkserver): allow selecting of correct steamapps dir
* added else
* fix(arkserver): allow selecting of correct steamapps dir
steamcmd has two directorys for steamapps based on unknown reasons. fix now allows LinuxGSM to select which ever one is available
* now uses find to locate steamapps dir
* bug
* fix(steamcmd): wont fail to start if steamcmd dependency missing
removes the symlink if broken. fixes issue with older versions of LinuxGSM linking to /home/arkserver/steamcmd rather than ${HOME}/.steam.
* fix(monitor): bypass port query if session only mode selected
* removed factorio queryport
* remove queryport from servers that do not use them
* add check_config to details command
* updated eco servercfgdir
* update _default.cfg test
* update _default.cfg test
* update test master config
* reordered servercfg vars
* re-ordered and standardised config file vars
* tidy configs
* shellcheck
* standardised servercfgdir
* migrating servercfgfullpath
* migrated servercfgpath
* removed servercfgfullpath from _default.cfg as always the same
* removed servercfgfullpathdefault as not needed
* re-ordered sdtd
* Update info_stats.sh
* added CPU frequency
* feat: swapped event label and event action
* fix: prevent df from displaying non-english text with disk space vars
* fix force English language on df to ensure a point is used
* feat: replace lib32tinfo5 with libtinfo5:i386
* dependency refactor and check
refactored check_deps and corrected some incorrect dependencies
* dependency refactor and check
* apt-get back to apt
* further code refactor
* improve messages for check_deps
* Updated regex to support grepping pre-release versions and snapshot versions
* Minecraft update now downloads the latest release including snapshot versions
* Added config for picking release vs snapshot
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>