1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-03-10 13:46:55 +00:00
parent 7ce28a9481
commit a713d44645

View file

@ -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