Removed create psql user, movoed to init.d style install, changed install script...
[fai-configs.git] / scripts / GMG / 10_create_dir.sh
... / ...
CommitLineData
1#!/bin/bash
2
3if [ ! -d $GMG_PATH ]; then
4 $ROOTCMD mkdir -p $GMG_PATH && $ROOTCMD chown -hR mediagoblin:www-data $GMG_PATH
5fi
6