10
rated 0 times
[
10]
[
0]
/ answers: 1 / hits: 1116
/ 2 Years ago, fri, september 24, 2021, 1:23:29
I added the below code to empty ~/.bash_profile file and after restarting and login via ssh to the server I get syntax error: unexpected end of file .bash_profile
NODE_ENV=production
if [ -f ~/.bashrc ]; then . ~/.bashrc fi
More From » bash