Skip to content

Commit a9fb2bc

Browse files
authored
Fix small backup path issue.
1 parent d46ec43 commit a9fb2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ if [ -z "$email" ]; then
429429
fi
430430

431431
# Defining backup directory
432-
vst_backups="/root/vst_install_backups/$(date +%s)"
432+
hst_backups="/root/vst_install_backups/$(date +%s)"
433433
echo "Installation backup directory: $hst_backups"
434434

435435
# Printing start message and sleeping for 5 seconds

0 commit comments

Comments
 (0)