mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
These are still deprecated, but they are necessary to keep running if you installed before the Natty installer.
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
umask 0027
|
|
exec setuidgid reddit multilog ./main
|