added bash set builtin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -aeou pipefail
|
||||
keepassdb="$HOME/Nextcloud/passwords/Passwords.kdbx"
|
||||
|
||||
type qrencode >/dev/null 2>&1 || { printf "qrencode is not installed\n" >&2; exit 1; }
|
||||
|
Reference in New Issue
Block a user