Skip to content
Snippets Groups Projects

Hotfix/fix le autoupgrade

Merged Edileuton Henrique de Oliveira requested to merge hotfix/fix-le-autoupgrade into master
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
+ 6
0
@@ -125,6 +125,12 @@ else
cp -a ".md5sum" ".backup/"
fi
#Fix the le-autoupgrade on LE 5
if test -f /etc/le_version && \
dpkg --compare-versions $(cat /etc/le_version) gt 4; then
sudo rm -f '/etc/apt/sources.list.d/quantal-repos.list'
fi
# Run the agent and check if its execution was alright, exiting in case of error
${DATASID_HOME}/bin/datasid-agent.sh
RETVAL=$?
Loading