fix
This commit is contained in:
parent
2c1f5ac5e1
commit
505c7ec09a
@ -3,7 +3,7 @@
|
|||||||
echo "-- SMAPI Log: Starting"
|
echo "-- SMAPI Log: Starting"
|
||||||
|
|
||||||
# Wait for SMAPI log and tail infinitely
|
# 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";
|
echo "-- SMAPI Log: Waiting for log to appear";
|
||||||
sleep 5;
|
sleep 5;
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user