summaryrefslogtreecommitdiff
path: root/scripts/vyatta-commit-push.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-commit-push.pl')
-rwxr-xr-xscripts/vyatta-commit-push.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-commit-push.pl b/scripts/vyatta-commit-push.pl
index b85dd13..2264164 100755
--- a/scripts/vyatta-commit-push.pl
+++ b/scripts/vyatta-commit-push.pl
@@ -65,7 +65,7 @@ if (-e $last_push_file and compare($last_push_file, $tmp_push_file) == 0) {
my $timestamp = strftime(".%Y%m%d_%H%M%S", localtime);
my $hostname = hostname();
-$hostname = 'vyatta' if ! defined $hostname;
+$hostname = 'vyos' if ! defined $hostname;
my $save_file = "config.boot-$hostname" . $timestamp;
print "Archiving config...\n";