distribution/packages/jelos/sources/autostart/common/008-hostname

9 lines
198 B
Text
Raw Normal View History

2022-07-30 12:22:53 +00:00
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
HOSTNAME=$(get_setting system.hostname)
hostname ${HOSTNAME}