note about raspiblitz.provision-update.log

This commit is contained in:
openoms
2022-02-07 08:14:14 +00:00
parent c3b79755e4
commit 28d21594e4

View File

@@ -658,6 +658,7 @@ if [ ${isMounted} -eq 0 ]; then
# if update/recovery/migration-followup
if [ "${setupPhase}" == "update" ] || [ "${setupPhase}" == "recovery" ] || [ "${setupPhase}" == "migration" ]; then
echo "Calling _provision.update.sh .." >> $logFile
echo "Follow in a new terminal with: 'tail -f raspiblitz.provision-update.log'" >> $logFile
sed -i "s/^message=.*/message='Provision Update/Recovery/Migration'/g" ${infoFile}
/home/admin/_provision.update.sh
errorState=$?