Skip to content

Commit

Permalink
Refine installation wizards
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Sep 28, 2024
1 parent 92b285a commit a9e1994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spk/mantisbt/src/wizard/install_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,10 @@ EOF

main () {
local install_page=""
install_page=$(page_append "$install_page" "$PAGE_INSTALL_CONFIG")
if check_php_profiles; then
install_page=$(page_append "$install_page" "$PAGE_PHP_PROFILES")
else
install_page=$(page_append "$install_page" "$PAGE_INSTALL_CONFIG")
fi
echo "[$install_page]" > "${SYNOPKG_TEMP_LOGFILE}"
}
Expand Down
2 changes: 1 addition & 1 deletion spk/mantisbt/src/wizard/uninstall_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PAGE_UNINSTALL_CONFIG=$(/bin/cat<<EOF
"step_title": "Remove MantisBT database",
"invalid_next_disabled_v2": true,
"items": [{
"desc": "Attention: The '${SYNOPKG_PKGNAME}' database will be removed during package uninstallation. All users and projects will be deleted."
"desc": "Attention: The '${SYNOPKG_PKGNAME}' database will be removed during package uninstallation. All bug reports will be deleted."
}, {
"type": "password",
"desc": "Enter your MySQL superuser account password",
Expand Down

0 comments on commit a9e1994

Please sign in to comment.