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:
parent
cc0a6d25cb
commit
d87148292e
@ -331,7 +331,7 @@ upstream_install() {
|
||||
|
||||
H2 "miab install success"
|
||||
|
||||
if [ "need_pop" = "yes" ]; then
|
||||
if [ "$need_pop" = "yes" ]; then
|
||||
popd >/dev/null
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user