#!/bin/sh if [ -d "/var/lib/gdm" ]; then chown -R gdm:gdm /var/lib/gdm fi