4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
CONF=$1
|
||
|
sudo systemctl enable update-public-ip@$CONF
|