Skip to content

Commit 6509647

Browse files
committed
Fixed: FS#826 - syntax error in bash.bashrc
1 parent 8c034eb commit 6509647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/bash.bashrc.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ xterm-color)
3232
PS1='\[\033[01;32m\]$USER@$HOSTNAME\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
3333
;;
3434
*)
35-
PS1='\$USER@$HOSTNAME:\w\$ '
35+
PS1='$USER@$HOSTNAME:\w\$ '
3636
;;
3737
esac
3838

0 commit comments

Comments
 (0)