Skip to content

Commit

Permalink
Merge pull request #19 from rhythmictech/SYS-1167
Browse files Browse the repository at this point in the history
SYS-1167: Updated nexus sh script to restart after booting
  • Loading branch information
jjduverge authored Feb 28, 2022
2 parents 4952ff3 + 5061296 commit 006ee97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/configureNexus.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ mkdir -p ${mount_point}
mount -t efs ${export}:/ ${mount_point}
echo "${export}:/ ${mount_point} efs default,_netdev,nofail 0 0" >> /etc/fstab

chown nexus:nexus /opt/nexus/sonatype-work

systemctl restart nexus

echo "Checking if license is provided"
if [ -z "${license_secret}"] ; then

Expand Down

0 comments on commit 006ee97

Please sign in to comment.