1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

fix missing $

This commit is contained in:
downtownallday 2022-09-05 17:08:41 -04:00
parent cc0a6d25cb
commit d87148292e

View File

@ -331,7 +331,7 @@ upstream_install() {
H2 "miab install success"
if [ "need_pop" = "yes" ]; then
if [ "$need_pop" = "yes" ]; then
popd >/dev/null
fi