mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
Neale Pickett
2532fe5e43
* Octopus changes * Change how things start a little (hopefully cleaner) * Fix bubblebabble bug * other junk, I don't know
6 lines
179 B
Bash
Executable file
6 lines
179 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
install -o ctf -m 0644 /dev/null /var/lib/ctf/tokens.db
|
|
install -o ctf -m 0644 /dev/null /var/lib/ctf/claim.db
|
|
exec tcpsvd -u ctf 0 1 /opt/mcp/bin/in.tokend
|