Projects
jsj
jsj-installtools
RunZypperUpdateCron
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File RunZypperUpdateCron of Package jsj-installtools (Revision 145)
Currently displaying revision
145
,
Show latest
#!/bin/bash RZ=1 while [ $RZ -eq 1 ]; do /usr/bin/zypper -n up --auto-agree-with-licenses RC=$? if [ $RC -eq 7 ]; then sleep 37; else RZ=0; fi done test -f /tmp/check_mk-opensuse_zypper.cache && rm /tmp/check_mk-opensuse_zypper.cache exit 0
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
.