BUGFIX: Update Script

This commit is contained in:
mmk2410 2015-12-21 15:52:16 +01:00
parent a9a9886450
commit a1d9e971e3
1 changed files with 1 additions and 1 deletions

2
update-scripts/1-1-1_1-1-2.sh Normal file → Executable file
View File

@ -29,7 +29,7 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
echo "Update config file..."
echo "// pagination: how many articles should be on one page" >> ./config.php
echo "// set to 0 to disable it" >> ./config.php
echo "$pagination = 0;" >> ./config.php
echo "\$pagination = 0;" >> ./config.php
echo "Cleaning up..."
rm -rf ./rbe-new
echo "Done!"