-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Hello, I tried to deploy the bot onto my Linux Ubuntu 18.04 LTS server and tried to execute install.sh and launch.sh. Both are getting executed, but both give me some kind of syntax error. Are there any dependencies I need to keep in mind before running those or are they bugged. I couldn't figure out, why I wasn't able to run them. (I did chmod, otherwise they wouldn't be executable as far as they give back the syntax error)
Following message for install.sh:
: not found 4: install.sh: read install.sh: 5: set: Illegal option -
Following message for launch.sh:
launch.sh: 12: launch.sh: Syntax error: end of file unexpected (expecting "do")
Following message for backup.sh:
backup.sh: 1: backup.sh: redis-cli: not found backup.sh: 16: backup.sh: Syntax error: end of file unexpected (expecting "then")
Following message for transcribe.sh:
transcribe.sh: 13: transcribe.sh: Syntax error: end of file unexpected (expecting "do")
Lua is installed:
# lua5.3 Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
Thank you for your response in advance!