mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
delete provion in progress flag at the end
This commit is contained in:
parent
e71e4796b2
commit
d7d28c81c4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue