Skip to content

Commit 1823e7e

Browse files
authored
Merge pull request #52 from sysrich/boo1234008
Allow skipping backup (boo#1234008)
2 parents f8c63d7 + 570599a commit 1823e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/lib/tik/modules/pre/20-mig

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ -z "${skipbackup}" ]; then
109109
if [ "${legacy_aeon}" == 1 ]; then
110110
d --info --width=300 --height=300 --icon=distributor-logo-Aeon-symbolic --no-wrap --title="Message from the Aeon Team" --text="We'd like to thank you for adopting openSUSE Aeon so early in it's development,\nbefore we fully understood what we were building or how we wanted it to look\n\nWe are sorry that you need to reinstall your system\n\nThank you so much for your support.\nWe hope you enjoy the new look openSUSE Aeon"
111111
fi
112-
d --question --no-wrap --title="Backup users from the existing install?" --text="These users will be restored to the new installation."
112+
d_opt --question --no-wrap --title="Backup users from the existing install?" --text="These users will be restored to the new installation."
113113
migrateyn=$?
114114
if [ "${migrateyn}" == 0 ]; then
115115
migrate=1

0 commit comments

Comments
 (0)