fix restorecon line

This commit is contained in:
Daniel J Walsh 2005-01-11 20:42:37 +00:00
parent a884bda987
commit 60170234eb
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ start(){
mkdir -p $PGDATA || exit 1
chown postgres:postgres $PGDATA
chmod go-rwx $PGDATA
[ -x /sbin/restorecon ] && restorecon $PGDATADIR
[ -x /sbin/restorecon ] && restorecon -R $PGDATADIR
fi
# Make sure the locale from the initdb is preserved for later startups...
[ -f /etc/sysconfig/i18n ] && cp /etc/sysconfig/i18n $PGDATA/../initdb.i18n