diff options
author | Fredy <aluque@soleta.eu> | 2018-05-23 12:41:18 +0200 |
---|---|---|
committer | Fredy <aluque@soleta.eu> | 2018-05-23 12:41:18 +0200 |
commit | 821fe64f18f98322f889588f1e1d8312c776e484 (patch) | |
tree | 6215b326f177e07d08e0940e6aa8f2c9b29923fa /installer/pkg-generator/DEBIAN/postinst | |
parent | a82146e9578e5a7ac476dba0f7a1db3f5dd5db40 (diff) |
#837 restoring script file
Diffstat (limited to 'installer/pkg-generator/DEBIAN/postinst')
-rwxr-xr-x | installer/pkg-generator/DEBIAN/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst index 92189cca..8450d8ce 100755 --- a/installer/pkg-generator/DEBIAN/postinst +++ b/installer/pkg-generator/DEBIAN/postinst @@ -1260,7 +1260,7 @@ db_get opengnsys-full/OPENGNSYS_IS_INSTALLED if [ "$RET" = "true" ]; then echo "Opengnsys already installed; Updating" - /tmp/opengnsys_installer/opengnsys_pkg_update.sh + /tmp/opengnsys_installer/opengnsys_git_update.sh echo "Updated!!" exit 0 fi |