comp-tg/run.sh

8 lines
84 B
Bash
Executable File

#!/bin/sh
chown user:user -R /app 2> /dev/null
cd /app
su user -c "lua init.lua"