very minor fixes

This commit is contained in:
Cere 2024-07-08 01:35:35 -04:00
parent 199dd8ebfb
commit 4b1cf209c6

View file

@ -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