From 3f508e5e125f02fc7d0ef88daf225a44b3dd88f6 Mon Sep 17 00:00:00 2001 From: Siva Date: Fri, 28 Aug 2020 09:21:00 -0700 Subject: [PATCH] Escape $ inside the systemctl doc string (#2018) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 36c81aa0..0b768def 100755 --- a/install.sh +++ b/install.sh @@ -84,7 +84,7 @@ echo_systemd_postinstall() { echoh cath << EOF 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: code-server EOF