#!/bin/bash

# create directory
mkdir -p /var/spool/push-client
# Fix permissions for push-client
chown -R statbox:statbox /var/spool/push-client
