#!/bin/bash

if getent passwd clonezilla > /dev/null ; then
	chown -R clonezilla /srv/clonezilla
fi
