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/postinst6
1 files changed, 1 insertions, 5 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst
index 8bb2317e..68182658 100755
--- a/installer/pkg-generator/DEBIAN/postinst
+++ b/installer/pkg-generator/DEBIAN/postinst
@@ -1263,11 +1263,7 @@ if [ "$RET" = "true" ]; then
echo "Opengnsys already installed; Updating"
/tmp/opengnsys_installer/opengnsys_git_update.sh
- if [ $? -eq 0 ]; then
- echo "Updated!!"
- exit 0
- fi
-fi
+ fi
echoAndLog "OpenGnsys installation begins at $(date)"