Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/webcentrix.co.uk/spinup.webcentrix.co.uk/wp-includes/functions.php on line 6121
/bin/bash^M: bad interpreter: No such file or directory – spinup.space

/bin/bash^M: bad interpreter: No such file or directory

If you get a /bin/bash^M: bad interpreter: No such file or directory or similar error it’s likely caused by a format incompatibility if you created or edited your shell script in Windows.

The ^M is a carriage return character. Linux uses the line feed character to mark the end of a line, whereas Windows uses the two-character sequence CR LF. Your file has Windows line endings, which is confusing Linux and causing the error.

There are several different ways of fixing this, but one of the easiest that allows you to fix the file in place is to install tofrodos

apt-get install tofrodos

to use it

fromdos filename

This should fix the issue.

 

 

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.