summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy <aluque@soleta.eu>2018-06-14 11:42:31 +0200
committerFredy <aluque@soleta.eu>2018-06-14 11:42:31 +0200
commit51e35ee44c497e8e4127ee58283c5b7fed5f034e (patch)
tree01398a0b09c431d06401e7a80ced180a72909255
parent6598aa9c1a70492c718bbb9cfb86c6d79fc259de (diff)
#837 devel update script
-rwxr-xr-xinstaller/pkg-generator/DEBIAN/postinst5
-rwxr-xr-xinstaller/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh5
2 files changed, 6 insertions, 4 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst
index e410eaf3..c24a0323 100755
--- a/installer/pkg-generator/DEBIAN/postinst
+++ b/installer/pkg-generator/DEBIAN/postinst
@@ -1260,8 +1260,9 @@ db_go || true
VFILE=/opt/opengnsys/doc/VERSION.txt
if [ -f $VFILE ]; then
echo "##############################################################"
- echo "ERROR: File $VFILE exists. This could mean that OpenGnsys"
- echo "has been previously installed using the installer script."
+ echo "ERROR: File $VFILE exists. This could"
+ echo "mean that OpenGnsys has been previously installed using the"
+ echo "installer script."
echo "This apt package is not suitable for upgrading and may break"
echo "the system. If you are shure what you are doing you could"
echo "delete or rename that file and try again"
diff --git a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh
index 70029ed4..4a6f62c2 100755
--- a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh
+++ b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh
@@ -920,8 +920,9 @@ fi
VFILE=/opt/opengnsys/doc/VERSION.txt
if [ -f $VFILE ]; then
echo "##############################################################"
- echo "ERROR: File $VFILE exists. This could mean that OpenGnsys"
- echo "has been previously installed using the installer script."
+ echo "ERROR: File $VFILE exists. This could"
+ echo "mean that OpenGnsys has been previously installed using the"
+ echo "installer script."
echo "This apt package is not suitable for upgrading and may break"
echo "the system. If you are shure what you are doing you could"
echo "delete or rename that file and try again"