Skip to content

Commit

Permalink
Release 4.0.5.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 8, 2020
1 parent 873ebdb commit 3ec8d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.5.1 2020-05-08 <dave at tiredofit dot ca>

### Changed
- Patchup for 4.0.5


## 4.0.4 2020-05-07 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/10-freepbx
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ fi

silent service apache2 restart

if [ "$UCP_FIRST" = "TRUE ] ; then
if [ "$UCP_FIRST" = "TRUE" ] ; then
print_info "Web Server Started - Container Initialization Complete - Visit your http(s):https://yoursite/${ADMIN_DIRECTORY} to administer"
else
print_info "Web Server Started - Container Initialization Complete - Visit your http(s):https://yoursite/ to administer"
Expand Down

0 comments on commit 3ec8d9e

Please sign in to comment.