Forums

My tasks are not working.

For every task that runs I get this error message:

/home/cat5/.bashrc: line 2: /etc/bashrc
: No such file or directory
/home/cat5/.bashrc: line 3: $'\r': command not found
/home/cat5/.bashrc: line 6: $'\r': command not found
/home/cat5/.bashrc: line 8: syntax error near unexpected token `$'{\r''
/home/cat5/.bashrc: line 8: `function parse_git_branch {
'
/bin/bash: python: command not found

2022-07-25 23:59:10 -- Completed task, took 5.43 seconds, return code was 127.

Could someone please help me?

edit: also bash isn't working

another edit: also my webapp is down


smiley face

That looks like you've broken the line endings in you bashrc. You can fix it by deleting the ~/.bashrc and then starting a new console. That will re-create it as the default which should fix everything.

Ok

Did it help?

Yes

Glad to hear that!