mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
Remove unbound var check
This commit is contained in:
parent
ff5791d414
commit
9a4a9e98d1
@ -37,5 +37,6 @@ mkShell {
|
||||
python312Packages.rich
|
||||
pyright
|
||||
python-qbittorrent
|
||||
shellcheck
|
||||
];
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
set -eo pipefail
|
||||
|
||||
# If the -q (quiet) flag is supplied, send all output to /dev/null.
|
||||
if [[ "$1" == "-q" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user