[fix] info -> title

This commit is contained in:
William Wernert
2020-11-18 12:35:16 -05:00
parent ad74b4b3e0
commit 0542e0aa04

View File

@@ -169,9 +169,7 @@ whiptail_cancel() {
} >> $setup_log 2>&1
fi
echo "----------" >> "$setup_log" 2>&1
info "User cancelled setup, no changes made."
echo "----------" >> "$setup_log" 2>&1
title "User cancelled setup, no changes made."
exit
}