From 5efe365ac71f8481bc5b8b762af26eb62ca54ce4 Mon Sep 17 00:00:00 2001 From: Siva Date: Fri, 28 Aug 2020 04:31:38 -0700 Subject: [PATCH] escape $ inside the systemctl doc string --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 36c81aa0a0d8..0b768def308e 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