mirror of https://github.com/zulip/zulip.git
upgrade-postgresql: Check for undefined variables.
This commit is contained in:
parent
5e5d151c0c
commit
501d38b781
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "Error: This script must be run as root" >&2
|
||||
|
|
Loading…
Reference in New Issue