Browse Source

Fix small backup path issue.

Raphael Schneeberger 7 years ago
parent
commit
a9fb2bccf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -429,7 +429,7 @@ if [ -z "$email" ]; then
 fi
 
 # Defining backup directory
-vst_backups="/root/vst_install_backups/$(date +%s)"
+hst_backups="/root/vst_install_backups/$(date +%s)"
 echo "Installation backup directory: $hst_backups"
 
 # Printing start message and sleeping for 5 seconds