This commit is contained in:
2019-02-22 10:51:18 +01:00
parent 2f7074ce3c
commit 5ec8930a6f
2 changed files with 39 additions and 0 deletions

View File

@ -81,4 +81,10 @@ echo
EchoGras "Mise à jour de la base de données ONE"
echo
updateDB
# FIXME ugly patch
grep -q "\/\." /usr/lib/one/ruby/CommandManager.rb
if [ $? = 0 ]; then
cd /usr
patch -fp0 < /usr/share/eole/one.patch
fi
exit ${?}