Fix typo 67/12067/1
authorbeierlm <mark.beierl@canonical.com>
Tue, 17 May 2022 15:29:02 +0000 (11:29 -0400)
committerbeierlm <mark.beierl@canonical.com>
Tue, 17 May 2022 15:29:02 +0000 (11:29 -0400)
Due to manual cherry pick and conflict resolution of
https://osm.etsi.org/gerrit/c/osm/devops/+/12030
an extra 'exit 0' was added.  This change removes it.

Change-Id: Ic5c538ad1df203e50a9a77c79e98e157d77c0d85
Signed-off-by: beierlm <mark.beierl@canonical.com>
installers/full_install_osm.sh

index d9f0995..3a59416 100755 (executable)
@@ -1913,9 +1913,6 @@ if [ -n "$CHARMED" ]; then
     exit 0
 fi
 
-     exit 0
-fi
-
 # if develop, we force master
 [ -z "$COMMIT_ID" ] && [ -n "$DEVELOP" ] && COMMIT_ID="master"