mirror of
https://github.com/tommytran732/MariaDB-Root-Password-Reset
synced 2024-11-21 18:31:34 -05:00
POSIX compliance
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
03363533ae
commit
cfcc68889b
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2023 Thien Tran
|
# Copyright (C) 2023 Thien Tran
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# the License.
|
# the License.
|
||||||
|
|
||||||
output(){
|
output(){
|
||||||
echo -e '\e[36m'"$1"'\e[0m';
|
printf '\e[1;34m%-6s\e[m\n' "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
mariadb_root_reset(){
|
mariadb_root_reset(){
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2023 Thien Tran
|
# Copyright (C) 2023 Thien Tran
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# the License.
|
# the License.
|
||||||
|
|
||||||
output(){
|
output(){
|
||||||
echo -e '\e[36m'"$1"'\e[0m';
|
printf '\e[1;34m%-6s\e[m\n' "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
mariadb_root_reset(){
|
mariadb_root_reset(){
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2023 Thien Tran
|
# Copyright (C) 2023 Thien Tran
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# the License.
|
# the License.
|
||||||
|
|
||||||
output(){
|
output(){
|
||||||
echo -e '\e[36m'"$1"'\e[0m';
|
printf '\e[1;34m%-6s\e[m\n' "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
mariadb_root_reset(){
|
mariadb_root_reset(){
|
||||||
|
Loading…
Reference in New Issue
Block a user