mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
No error if omr-server not installed
This commit is contained in:
parent
7ce28a9481
commit
a713d44645
1 changed files with 1 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$SOURCES" != "yes" ]; then
|
||||
apt-get -y install omr-server=${OMR_VERSION}
|
||||
apt-get -y install omr-server=${OMR_VERSION} 2>&1 >/dev/null || true
|
||||
fi
|
||||
|
||||
if [ "$update" = "0" ]; then
|
||||
|
|
Loading…
Reference in a new issue