From a1d9e971e346eeb1306f18582ac4e82d447fd446 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Mon, 21 Dec 2015 15:52:16 +0100 Subject: [PATCH] BUGFIX: Update Script --- update-scripts/1-1-1_1-1-2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 update-scripts/1-1-1_1-1-2.sh diff --git a/update-scripts/1-1-1_1-1-2.sh b/update-scripts/1-1-1_1-1-2.sh old mode 100644 new mode 100755 index da155fa..518173b --- a/update-scripts/1-1-1_1-1-2.sh +++ b/update-scripts/1-1-1_1-1-2.sh @@ -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!"