#!/bin/bash rm -f /usr/local/beyondhosting/set_theme_cron.log rm -f /usr/local/beyondhosting/set_style_cron.log awk -F':' '/^[^#]/ { print $1; }' /etc/trueuserowners | xargs --no-run-if-empty -IACCOUNT sh -c 'uapi --user=ACCOUNT Themes update theme=paper_lantern >>/usr/local/beyondhosting/set_theme_cron.log 2>&1' awk -F':' '/^[^#]/ { print $1; }' /etc/trueuserowners | xargs --no-run-if-empty -IACCOUNT sh -c 'uapi --user=ACCOUNT Styles update type=default name=basic >>/usr/local/beyondhosting/set_style_cron.log 2>&1'