very minor fixes
This commit is contained in:
parent
199dd8ebfb
commit
4b1cf209c6
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
STCS_GLOBAL_CONFIG="$HOME/.local/share/CereSaves/stcs-global-config.sh"
|
||||
|
||||
if [ ! -f "$STCS_GLOBAL_CONFIG" ]; then
|
||||
echo "Global config not found!"
|
||||
echo "[CereSaves] Global config not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# TODO - find a way to make this not a static filename, for multiple games in one folder.
|
||||
if [ ! -f "./stcs-config.sh" ]; then
|
||||
echo "Config not found!"
|
||||
echo "[CereSaves] Game config not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue