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