Skip to content

Commit 5209a6c

Browse files
authored
Fixed typo here aswell
1 parent 6d618c4 commit 5209a6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

startScript.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ codeigniter_env_generator() {
489489
echo "cookie.secure = ${cookie_secure}" >> .env
490490
fi
491491

492-
cookie_httponly=${COOKIE_HTTP_OLNY:-}
492+
cookie_httponly=${COOKIE_HTTP_ONLY:-}
493493
if [[ -z "${cookie_httponly}" ]]; then
494494
echo "# cookie.httponly = false" >> .env
495495
else
@@ -802,4 +802,4 @@ chmod 777 /etc/ssmtp /etc/ssmtp/*
802802
#====================================================================#
803803
# A P A C H E R U N #
804804
#====================================================================#
805-
/usr/sbin/apache2ctl -D FOREGROUND
805+
/usr/sbin/apache2ctl -D FOREGROUND

0 commit comments

Comments
 (0)