2023-02-21 20:39:14 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2024-03-20 21:01:57 +00:00
|
|
|
if [ -z "`cat /data/Stardew/Stardew\ Valley/game/Mods/AutoLoadGame/config.json`" ] ; then
|
|
|
|
chmod 777 /data/Stardew/Stardew\ Valley/game/Mods/AutoLoadGame/config.json;
|
2023-02-21 20:39:14 +00:00
|
|
|
fi
|