Skip to content

Commit

Permalink
safeguard added
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Jul 26, 2001
1 parent 267bc69 commit 0f5235b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/interchange-cat-foundation.postinst
Expand Up @@ -59,7 +59,9 @@ if [ "$GOAHEAD" = "true" ]; then
CATALOG=foundation

# replace document root
rm -rf $DOCROOT/$CATALOG
if [ "$DOCROOT" -a -d "$DOCROOT" ]; then
rm -rf $DOCROOT/$CATALOG
fi
mkdir -p $DOCROOT/$CATALOG/images
chown -R $USER.$GROUP $DOCROOT/$CATALOG

Expand Down

0 comments on commit 0f5235b

Please sign in to comment.