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
8 lines
196 B
Bash
Executable file
8 lines
196 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
install -o root -m 0644 /dev/null /var/lib/ctf/points.log
|
|
install -o ctf -m 0755 -d /var/lib/ctf/points.new
|
|
install -o ctf -m 0755 -d /var/lib/ctf/points.tmp
|
|
exec ./pointsd
|