#!/bin/sh
echo "Fixing permissions on /tmp..."
chmod 777 /tmp
