bashrc: Check for more appropriate permissions on ~/.profile
This commit is contained in:
		| @@ -17,7 +17,7 @@ fi | ||||
| source /etc/profile | ||||
|  | ||||
| # Source .profile | ||||
| if [ -f ~/.profile ]; then | ||||
| if [ -r ~/.profile ]; then | ||||
| 	source ~/.profile | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user