mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08:00
make silent option more silent
This commit is contained in:
parent
86f5da5976
commit
50af29a5bd
@ -65,7 +65,7 @@ seppuku() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
quit() {
|
quit() {
|
||||||
lg 'Quitting...'
|
((SILENT != 1)) && lg 'Quitting...'
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -326,7 +326,7 @@ main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parse_args "$@"
|
parse_args "$@"
|
||||||
lg "CONFIG DIR: $CFG_DIR"
|
((SILENT != 1)) && lg "CONFIG DIR: $CFG_DIR"
|
||||||
lg "ROFI CFG: $CFG_FILE"
|
((SILENT != 1)) && lg "ROFI CFG: $CFG_FILE"
|
||||||
check_flags
|
check_flags
|
||||||
main
|
main
|
||||||
|
Loading…
Reference in New Issue
Block a user