Skip to content

Commit

Permalink
Fixed #1
Browse files Browse the repository at this point in the history
Signed-off-by: ojullien <[email protected]>
  • Loading branch information
ojullien committed Feb 13, 2020
1 parent bee7676 commit d838c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/app/manageservices/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
v3.2
20190701
v3.3.0-20200213
4 changes: 2 additions & 2 deletions src/app/manageservices/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## -----------------------------------------------------------------------------

readonly m_SERVICES_DISABLE="bind9 exim4 postfix smbd nmbd telnet rlogin rexec ftp automount named lpd inetd"
readonly m_SERVICES_STOP="apache2 fail2ban php7.3-fpm php7.2-fpm mysql"
readonly m_SERVICES_START="mysql php7.3-fpm php7.2-fpm apache2 fail2ban"
readonly m_SERVICES_STOP="apache2 fail2ban php7.4-fpm mysql"
readonly m_SERVICES_START="mysql php7.4-fpm apache2 fail2ban"

## -----------------------------------------------------------------------------
## Trace
Expand Down
2 changes: 1 addition & 1 deletion src/bin/manageservices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (( "$#" )); then
--*|-*) # unknown option
shift
String::separateLine
SaveSite::showHelp
ManageServices::showHelp
exit 0
;;
*) # unknown option
Expand Down

0 comments on commit d838c55

Please sign in to comment.