just make sure the setup script is removed

...or ask the user to report if it fails.
This commit is contained in:
Daniel Hansson 2020-03-30 19:04:31 +02:00 committed by GitHub
parent 8fb35ac0e0
commit 682e738d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -621,6 +621,6 @@ sed -i "s|precedence ::ffff:0:0/96 100|#precedence ::ffff:0:0/96 100|g" /etc/g
# Reboot
print_text_in_color "$IGreen" "Installation done, system will now reboot..."
rm -f "$SCRIPTS/you-can-not-run-the-startup-script-several-times"
rm -f "$SCRIPTS/nextcloud-startup-script.sh"
check_command rm -f "$SCRIPTS/you-can-not-run-the-startup-script-several-times"
check_command rm -f "$SCRIPTS/nextcloud-startup-script.sh"
reboot