BUGFIX: Update Script
This commit is contained in:
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
2
update-scripts/1-1-1_1-1-2.sh
Normal file → Executable 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!"
|
||||
|
|
Reference in a new issue