mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 10:55:10 -05:00
Change ChatGPT's –
into -
This commit is contained in:
parent
30a9857cbf
commit
d56253ec28
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ During the first runtime, a data directory named `globalData` is created in `/mn
|
|||
|
||||
There's also another folder called `toBackup` inside `globalData`. Files in this folder will persist across the runtimes. It also contains these two scripts:
|
||||
|
||||
- `postinstall.sh` – runs after the runtime finishes setting things up.
|
||||
- `postruntime.sh` – executes 30 minutes before the runtime stops (which has a maximum limit of 6 hours).
|
||||
- `postinstall.sh` - runs after the runtime finishes setting things up.
|
||||
- `postruntime.sh` - executes 30 minutes before the runtime stops (which has a maximum limit of 6 hours).
|
||||
|
||||
You can configure tasks that you want to start or stop at each runtime.
|
||||
|
||||
|
|
Loading…
Reference in a new issue