You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/v-update-sys-hestia-git
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,16 +102,21 @@ if [ -z "$branch" ]; then
102
102
exit
103
103
fi
104
104
105
+
# Ask the user for a final confirmation
106
+
read -p 'The update to a development branch should only be performed on test systems, as this can lead to instabilities and problems. Continue with the installation? [Y/N]: ' answer
0 commit comments