mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
switched to tmux instad of nohup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8e8c89f50a
commit
c8c09ce8d5
4
Makefile
4
Makefile
@ -107,8 +107,10 @@ finalize:
|
||||
### - $ ssh <user>@<WAN_SSH_IP>
|
||||
### from there:
|
||||
### $ ssh root@pve
|
||||
### then:
|
||||
### # tmux a
|
||||
###
|
||||
nohup make _finalize & tail -f nohup.out
|
||||
tmux 'make _finalize'
|
||||
|
||||
|
||||
|
||||
|
||||
@ -173,7 +173,12 @@ To finalize the setup run:
|
||||
make finalize
|
||||
```
|
||||
|
||||
Note that this will break the ssh connection.
|
||||
This will break the ssh connection, reconnect via the WAN port
|
||||
and reattach to the `tmux` session via:
|
||||
|
||||
```shell
|
||||
tmux a
|
||||
```
|
||||
|
||||
This will
|
||||
- detach the host from any external ports and make it accessible only
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user