mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 13:22:19 +08:00
Update resize_journal.sh
This commit is contained in:
parent
238be9728c
commit
38df3efce6
|
@ -28,6 +28,9 @@ head() {
|
|||
reading "Enter the desired size of the journal directory in MB (eg: 500): " size
|
||||
}
|
||||
|
||||
red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; }
|
||||
green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; }
|
||||
yellow(){ echo -e "\033[33m\033[01m$1$2\033[0m"; }
|
||||
reading(){ read -rp "$(green "$1")" "$2"; }
|
||||
|
||||
main() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user