diff options
Diffstat (limited to 'scripts/vyos/configure.sh')
-rw-r--r-- | scripts/vyos/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyos/configure.sh b/scripts/vyos/configure.sh index 2628959..8d328ee 100644 --- a/scripts/vyos/configure.sh +++ b/scripts/vyos/configure.sh @@ -13,7 +13,7 @@ cat <<EOF > /home/vyos/configure-vyos.sh #!/bin/vbash source /opt/vyatta/etc/functions/script-template configure -set system host-name 'test' +set system host-name 'vyoshost' commit save exit |