2 |
@exec [ -f %D/www/typo3/typo3conf/localconf.php ] || cp %D/www/typo3/typo3conf/localconf.php.dist %D/www/typo3/typo3conf/localconf.php |
2 |
@exec [ -f %D/www/typo344/typo3conf/localconf.php ] || cp %D/www/typo344/typo3conf/localconf.php.dist %D/www/typo344/typo3conf/localconf.php |
3 |
@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 |
3 |
@unexec if cmp -s %D/www/typo344/typo3conf/localconf.php %D/www/typo344/typo3conf/localconf.php.dist; then rm -f %D/www/typo344/typo3conf/localconf.php; fi |