mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +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
|
fi
|
||||||
|
|
||||||
if [ "$SOURCES" != "yes" ]; then
|
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
|
fi
|
||||||
|
|
||||||
if [ "$update" = "0" ]; then
|
if [ "$update" = "0" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue