You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/admin/install/google_cloud.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ chmod +x code-server
54
54
55
55
- Start the code-server
56
56
```
57
-
sudo ./code-server-linux -p 80
57
+
sudo ./code-server -p 80
58
58
```
59
59
60
60
> For instructions on how to keep the server running after you end your SSH session please checkout [how to use systemd](https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/) to start linux based services if they are killed
0 commit comments