Skip to content

Instantly share code, notes, and snippets.

@bacinsky
Created June 10, 2014 11:06
Show Gist options
  • Save bacinsky/f87ea25ff0b7dbebe264 to your computer and use it in GitHub Desktop.
Save bacinsky/f87ea25ff0b7dbebe264 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ -x /usr/share/awstats/tools/update.sh ]; then
su -l -c /usr/share/awstats/tools/update.sh www-data
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment