summaryrefslogtreecommitdiffstats
path: root/installer/pkg-generator/DEBIAN/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'installer/pkg-generator/DEBIAN/postinst')
-rwxr-xr-xinstaller/pkg-generator/DEBIAN/postinst5
1 files changed, 3 insertions, 2 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"