mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
fix missing $
This commit is contained in:
@@ -331,7 +331,7 @@ upstream_install() {
|
||||
|
||||
H2 "miab install success"
|
||||
|
||||
if [ "need_pop" = "yes" ]; then
|
||||
if [ "$need_pop" = "yes" ]; then
|
||||
popd >/dev/null
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user