fix: dont return status code 1 if unlock-home.sh is already linked

pull/579/head
jon4hz 8 months ago committed by Stéphane Lesimple
parent d55aa7e1e9
commit 73f3d85309

@ -214,5 +214,7 @@ else
action_error "Couldn't umount /home to run the test, ignoring"
fi
[ ! -e /root/unlock-home.sh ] && ln -s /opt/bastion/bin/admin/unlock-home.sh /root/
if [ ! -e /root/unlock-home.sh ]; then
ln -s /opt/bastion/bin/admin/unlock-home.sh /root/
fi

Loading…
Cancel
Save