mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-06 00:37:06 +00:00
fix missing $
This commit is contained in:
parent
cc0a6d25cb
commit
d87148292e
@ -331,7 +331,7 @@ upstream_install() {
|
|||||||
|
|
||||||
H2 "miab install success"
|
H2 "miab install success"
|
||||||
|
|
||||||
if [ "need_pop" = "yes" ]; then
|
if [ "$need_pop" = "yes" ]; then
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user