delete provion in progress flag at the end

This commit is contained in:
rootzoll 2021-05-25 14:06:22 -05:00
parent e71e4796b2
commit d7d28c81c4

View file

@ -538,6 +538,12 @@ if [ ${isMounted} -eq 0 ]; then
done done
########################################
# AFTER FINAL SETUP TASKS
# delete provision in progress flag
sudo rm /home/admin/provision.flag
# TODO: # TODO:
echo "TODO: add wants/after to systemd if blockchain service at the end" >> $logFile echo "TODO: add wants/after to systemd if blockchain service at the end" >> $logFile
exit 1 exit 1