diff --git a/cron/threeware_root.sh b/cron/threeware_root.sh deleted file mode 100755 index a9601d218..000000000 --- a/cron/threeware_root.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -/usr/bin/tw_cli info `/usr/bin/tw_cli info | awk '/^c/{print $1}'` allunitstatus > /var/run/tw_cli.new -chmod 644 /var/run/tw_cli.new -mv /var/run/tw_cli.new /var/run/tw_cli -chmod 644 /var/run/tw_cli