mirror of https://git.tuxpa.in/a/code-server.git
Escape $ inside the systemctl doc string (#2018)
This commit is contained in:
parent
ce8577b1c3
commit
3f508e5e12
|
@ -84,7 +84,7 @@ echo_systemd_postinstall() {
|
||||||
echoh
|
echoh
|
||||||
cath << EOF
|
cath << EOF
|
||||||
To have systemd start code-server now and restart on boot:
|
To have systemd start code-server now and restart on boot:
|
||||||
sudo systemctl enable --now code-server@$USER
|
sudo systemctl enable --now code-server@\$USER
|
||||||
Or, if you don't want/need a background service you can run:
|
Or, if you don't want/need a background service you can run:
|
||||||
code-server
|
code-server
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue