summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-02 12:48:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-02 12:48:27 +0200
commit8e39428fc22e2be82ddcd66ced3a22f118c7732c (patch)
tree5aa9e827e5b5d50e7724b1c7d0e30d6aaa27d245 /install
parente188ee4b35c03545448ad2caf3830a1f5d085420 (diff)
downloadIshtar-8e39428fc22e2be82ddcd66ced3a22f118c7732c.tar.bz2
Ishtar-8e39428fc22e2be82ddcd66ced3a22f118c7732c.zip
Install script: fix syntax
Diffstat (limited to 'install')
-rwxr-xr-xinstall/ishtar-install6
-rwxr-xr-xinstall/ishtar-prepare-instance13
2 files changed, 3 insertions, 16 deletions
diff --git a/install/ishtar-install b/install/ishtar-install
index d1e6d93d3..8480fdd5d 100755
--- a/install/ishtar-install
+++ b/install/ishtar-install
@@ -348,7 +348,7 @@ EOF
echo ""
cecho p " In order to install Ishtar you have to activate Debian backports. To do that:"
echo ""
- echo " echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-free" >> "/etc/apt/sources.list"
+ echo " echo 'deb http://ftp.debian.org/debian jessie-backports main contrib non-free' >> /etc/apt/sources.list"
echo ""
cecho p " Run again Ishtar installation script after that."
exit 1
@@ -398,9 +398,9 @@ EOF
echo "*******************************************************************************";
echo "";
cecho g "Installation done. Base configuration stored in "$etc_path"config file."
- cecho g "You can edit "$etc_path"extra_settings.py to add settings to all new instances."
+ cecho g "You can edit "$etc_path"extra_settings.py to add settings to all new instances.";
echo "";
- cecho g "Next you'll have to create an instance with ishtar-prepare-instance script."
+ cecho g "Next you will have to create an instance with ishtar-prepare-instance script."
echo "";
}
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance
index 9539d03ec..f9a3153e6 100755
--- a/install/ishtar-prepare-instance
+++ b/install/ishtar-prepare-instance
@@ -325,16 +325,3 @@ EOF
}
do_install_instance
-
-
-
-
-
-
-
-
-
-
-
-
-