From 3c1a798a9f055c5445c65f5edf29e2d4064856d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 22 Jan 2017 15:10:04 +0100 Subject: [PATCH] wip --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 5eca1d9..96c5769 100755 --- a/scripts/install +++ b/scripts/install @@ -98,11 +98,11 @@ do # sudo rm /tmp/$myuser-install.sql #copy default conf # sudo cp -r $TMPDIR/data/users/_/ $TMPDIR/data/users/$myuser - sudo mv $TMPDIR/data/users/$myuser/config.default.php $TMPDIR/data/users/$myuser/config.php + # sudo mv $TMPDIR/data/users/$myuser/config.default.php $TMPDIR/data/users/$myuser/config.php - if [[ $sharingEnable -eq 1 ]]; then - sudo sed -i "s@'sharing'\ =>\ array\ (@$sharingWallabag@g" $TMPDIR/data/users/$myuser/config.php - fi + # if [[ $sharingEnable -eq 1 ]]; then + # sudo sed -i "s@'sharing'\ =>\ array\ (@$sharingWallabag@g" $TMPDIR/data/users/$myuser/config.php + # fi done # Delete install directive sudo rm $TMPDIR/data/do-install.txt