Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 143
View file
RunZypperUpdateCron
Changed
@@ -1,3 +1,8 @@ #!/bin/bash -/usr/bin/zypper -n up --auto-agree-with-licenses +RC=1 +while $RC -ne 0 ; do + /usr/bin/zypper -n up --auto-agree-with-licenses + RC=$? + if $RC -ne 0 ; then sleep 37; fi +done test -f /tmp/check_mk-opensuse_zypper.cache && rm /tmp/check_mk-opensuse_zypper.cache
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.