only reboot if base image script was called
This commit is contained in:
@@ -198,4 +198,7 @@ echo ""
|
||||
echo "Visit https://my.${domain} to finish setup"
|
||||
echo ""
|
||||
|
||||
systemctl reboot
|
||||
if [[ "${initBaseImage}" == "true" ]]; then
|
||||
systemctl reboot
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user