Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Aug 29, 2023
1 parent 2ade35d commit 7ed7609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions susemanager/bin/mgr-setup
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ setup_apache() {
sysconf_addword -r /etc/sysconfig/apache2 APACHE_MODULES access_compat
}

setup_tomcat {
setup_tomcat() {
if [ -f /etc/rhn/rhn.conf -a $(filesize /etc/rhn/rhn.conf) -gt 1 ]; then
# rhn.conf is configured, this is an upgrade
# during upgrade, setup new connectionTimeout if the user didn't change it. Keeping it until SUMA 4.2 is maintained
Expand All @@ -458,7 +458,7 @@ setup_tomcat {
fi
}

change_SSCcredentials_permission {
change_SSCcredentials_permission() {
if [ -e /etc/zypp/credentials.d/SCCcredentials ]; then
chgrp www /etc/zypp/credentials.d/SCCcredentials
chmod g+r /etc/zypp/credentials.d/SCCcredentials
Expand Down

0 comments on commit 7ed7609

Please sign in to comment.