ba0f05436c
added in APP_INSTANCE for custom start includine debug first basic working version that has been deployed
4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
CONF=$1
|
|
sudo journalctl --unit=update-public-ip@$CONF.service -n 50 --no-pager
|
|
exit 1
|