Skip to content

Commit 3f508e5

Browse files
authored
Escape $ inside the systemctl doc string (#2018)
1 parent ce8577b commit 3f508e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ echo_systemd_postinstall() {
8484
echoh
8585
cath << EOF
8686
To have systemd start code-server now and restart on boot:
87-
sudo systemctl enable --now code-server@$USER
87+
sudo systemctl enable --now code-server@\$USER
8888
Or, if you don't want/need a background service you can run:
8989
code-server
9090
EOF

0 commit comments

Comments
 (0)