We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c78f59 commit 5fff527Copy full SHA for 5fff527
deploy/linode.sh
@@ -32,6 +32,12 @@ sudo mv /root/sdump /usr/local/bin/sdump
32
sudo systemctl restart sdump-http
33
sudo systemctl status sdump-http
34
35
-sudo systemctl stop sdump-ssh
36
-sudo systemctl restart sdump-ssh
37
-sudo systemctl status sdump-ssh
+export SDUMP_SSH_PORT=3333
+export SDUMP_SSH_HOST=localhost
+export SDUMP_SSH_IDENTITIES=/root/.ssh/id_rsa
38
+export SDUMP_HTTP_DOMAIN=https://sdump.app
39
+
40
+## kill all screen sesssions and restart
41
+pkill screen
42
+screen -wipe
43
+screen -dmS ssh_server sdump ssh
0 commit comments