some bugs

This commit is contained in:
mfgbhatti 2022-01-28 12:25:00 +00:00
parent 7fb45b04a3
commit 1b8cd2ee90
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ set_password() {
title () {
echo -ne "\n"
echo -ne "------------------------------------------------------------------------\n"
echo -ne "\t\t\t$1\n"
echo -ne "\t\t\t\"$1\"\n"
echo -ne "------------------------------------------------------------------------\n"
}
@ -117,7 +117,7 @@ cat << EOF > "$CONFIG_FILE"
title () {
echo -ne "\n"
echo -ne "------------------------------------------------------------------------\n"
echo -ne "\t\t\t$1\n"
echo -ne "\t\t\t\$1\n"
echo -ne "------------------------------------------------------------------------\n"
}