This commit is contained in:
norimicry 2021-01-24 00:04:36 +01:00
parent 2c1f5ac5e1
commit 505c7ec09a

View File

@ -3,7 +3,7 @@
echo "-- SMAPI Log: Starting"
# Wait for SMAPI log and tail infinitely
while [ ! -f "/root/.config/StardewValley/ErrorLogs/SMAPI-latest.txt" ]; do
while [ ! -f "/config/xdg/config/StardewValley/ErrorLogs/SMAPI-latest.txt" ]; do
echo "-- SMAPI Log: Waiting for log to appear";
sleep 5;
done