jefanya14 / Bot

Consider using a ( subshell ) to avoid having to cd back SH-2103
Bug risk
Major
2 years ago2 years old
Use a ( subshell ) to avoid having to cd back
48createdb botdb
49createuser botuser
50
51cd ..52echo "pg_ctl -D $PREFIX/var/lib/postgresql start" > startbot.sh
53echo "cd OpenUserBot" >> startbot.sh
54echo "python3 -m userbot" >> startbot.sh