6 lines
90 B
Smarty
6 lines
90 B
Smarty
#!/bin/sh
|
|
#cloud-boothook
|
|
|
|
# Fix hostname after reboot
|
|
hostnamectl hostname "${hostname}"
|