1
0
mirror of https://github.com/tommytran732/MariaDB-Root-Password-Reset synced 2024-09-07 18:23:31 -04:00

POSIX compliance

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-25 23:39:10 -07:00
parent 03363533ae
commit cfcc68889b
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Copyright (C) 2023 Thien Tran
#
@ -15,7 +15,7 @@
# the License.
output(){
echo -e '\e[36m'"$1"'\e[0m';
printf '\e[1;34m%-6s\e[m\n' "${@}"
}
mariadb_root_reset(){

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Copyright (C) 2023 Thien Tran
#
@ -15,7 +15,7 @@
# the License.
output(){
echo -e '\e[36m'"$1"'\e[0m';
printf '\e[1;34m%-6s\e[m\n' "${@}"
}
mariadb_root_reset(){

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Copyright (C) 2023 Thien Tran
#
@ -15,7 +15,7 @@
# the License.
output(){
echo -e '\e[36m'"$1"'\e[0m';
printf '\e[1;34m%-6s\e[m\n' "${@}"
}
mariadb_root_reset(){