Skip to content

Commit

Permalink
Release 3.5.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 28, 2023
1 parent 62400b5 commit cafce20
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
## 3.5.4 2023-05-27 <dave at tiredofit dot ca>

### Changed
- Fix for unterminated sed command


## 3.5.3 2023-04-14 <dave at tiredofit dot ca>

### Changed
Expand Down
3 changes: 2 additions & 1 deletion install/etc/cont-init.d/30-osticket
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sanity_db
sanity_var ADMIN_PASS "Admin Password"
sanity_var ADMIN_EMAIL "Admin Email"
sanity_var ADMIN_USER "Admin Username"

if [ "$(wc -c "${ADMIN_USER}")" -le 5 ] ; then
print_error "Admin user need to be 5 characters or greater. Exiting.."
exit 5
Expand All @@ -26,7 +27,7 @@ if [ -n "${CRON_PERIOD}" ] ; then
fi

### Adjust Runtime Variables
sed -i "s#<CRON_INTERVAL>#${CRON_INTERVAL}/g" /assets/cron/osticket.txt
sed -i "s#<CRON_INTERVAL>#${CRON_INTERVAL}#g" /assets/cron/osticket.txt
sed -i "s#<WEBROOT>#${NGINX_WEBROOT}#g" /assets/setup/install.php

### Check to see if this is a new install, if yes copy information from assets create directories...
Expand Down

0 comments on commit cafce20

Please sign in to comment.