mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-14 23:37:23 +02:00
Fix unbound variable
This commit is contained in:
@@ -99,7 +99,7 @@ hide_output add-apt-repository -y ppa:certbot/certbot
|
|||||||
# of things from Ubuntu, as well as the directory of packages provide by the
|
# of things from Ubuntu, as well as the directory of packages provide by the
|
||||||
# PPAs so we can install those packages later.
|
# PPAs so we can install those packages later.
|
||||||
|
|
||||||
if [ "$SKIP_SYSTEM_UPDATE" != "1" ]; then
|
if [ "${SKIP_SYSTEM_UPDATE:-0}" != "1" ]; then
|
||||||
echo Updating system packages...
|
echo Updating system packages...
|
||||||
hide_output apt-get update
|
hide_output apt-get update
|
||||||
apt_get_quiet upgrade
|
apt_get_quiet upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user