diff options
Diffstat (limited to 'installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh')
-rwxr-xr-x | installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh | 14 |
1 files changed, 0 insertions, 14 deletions
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 4a6f62c2..53080333 100755 --- a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh +++ b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh @@ -917,20 +917,6 @@ if [ $? -ne 0 ]; then exit 1 fi -VFILE=/opt/opengnsys/doc/VERSION.txt -if [ -f $VFILE ]; then - echo "##############################################################" - 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" - echo "Terminating!" - echo "##############################################################" - exit 1 -fi - # Detectar datos de auto-configuraciĆ³n del instalador. autoConfigure |