mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-11 23:14:56 -05:00
7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export HOME=/home/reddit
|
|
cd $HOME/reddit/r2
|
|
exec 2>&1
|
|
exec setuidgid reddit /usr/local/bin/paster run run.ini r2/lib/utils/utils.py -c "from r2.lib.db import queries; queries.run_commentstree()"
|