Script already launched, add -f option to force re-execution
I followed the instructions for an install here https://shinobi.video/docs/start#content-the-ninja-When running the script I installed everything cause this was a base centos7, but when I got to mysql login I entered my login too fast and failed. The script continued but from what I could see it skipped mysql and now I'm just getting continuous loop
here is a sample 0|camera | Uncaught Exception occured! 0|camera | Error: Command failed: undefined -loglevel quiet -hwaccels 0|camera | /bin/sh: undefined: command not found 0|camera | at checkExecSyncError (child_process.js:607:13) 0|camera | at execSync (child_process.js:647:13) 0|camera | at Object.ffmpeg.checkHwAccelMethods (/home/Shinobi/libs/ffmpeg.js:93:24) 0|camera | at /home/Shinobi/libs/ffmpeg.js:128:20 0|camera | at Object.ffmpeg.checkVersion (/home/Shinobi/libs/ffmpeg.js:88:9) 0|camera | at Object.ffmpeg.completeCheck (/home/Shinobi/libs/ffmpeg.js:127:16) 0|camera | at module.exports (/home/Shinobi/libs/ffmpeg.js:1035:16) 0|camera | at Object. (/home/Shinobi/camera.js:33:18) 0|camera | at Module._compile (module.js:653:30) 0|camera | at Object.Module._extensions..js (module.js:664:10) 0|camera | 2019-11-19T12:38:18-05:00 Current Version : b8bb4d1a697b58200c99512dff63b76707f34270 0|camera |
when I re-run the script there is supposed to be an option to add an -f flag to force a new overwrite. I have tried putting this flag in the syntax but it never works.
Any ideas what I should be doing here?