3aa5209700
PR: 139596 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
3 lines
336 B
Text
3 lines
336 B
Text
@exec mkdir -p %D/www/typo3/typo3conf 2> /dev/null
|
|
@exec [ -f %D/www/typo3/typo3conf/localconf.php ] || cp %D/www/typo3/typo3conf/localconf.php.dist %D/www/typo3/typo3conf/localconf.php
|
|
@unexec if cmp -s %D/www/typo3/typo3conf/localconf.php %D/www/typo3/typo3conf/localconf.php.dist; then rm -f %D/www/typo3/typo3conf/localconf.php; fi
|