Skip to content
Snippets Groups Projects
Commit 57c2d438 authored by Pierre Ozoux's avatar Pierre Ozoux Committed by COURCELLE
Browse files

Adds migration to update all only-office.

parent eb2a6bb1
No related branches found
No related tags found
1 merge request!196Updated linux install script
#!/bin/bash -eux
# Verify they are all in sync with git, if not, print the domain name.
for oo in `ls -d ./oo-*`;do
cd $oo
if ! git diff --exit-code --quiet; then
echo $oo
fi
cd ..
done
# Update all oo
for oo in `ls -d ./oo-*`;do
cd $oo
libre update
cd ..
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment