Changes of Revision 9
[-] [+] | Changed | cron.daily |
@@ -1,5 +1,5 @@ #!/bin/bash -BSL=`cat /proc/cmdline | sed -e -r 's@.*kiwiserver=(.*)\skiwiservertype.*@\1@'` +BSL=`cat /proc/cmdline | sed -r -e 's@.*kiwiserver=(.*)\skiwiservertype.*@\1@'` if [ "${BSL}" == "boot.stresslinux.org" ] ; then if [ -x /usr/sbin/inventory-system ] ; then |