Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nextcloud
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
iocage-plugins
nextcloud
Commits
e8e699ef
Commit
e8e699ef
authored
Nov 14, 2020
by
Daniel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update overlay/root/scripts/php_setup.sh, overlay/root/scripts/functions.sh files
parent
440857fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
overlay/root/scripts/functions.sh
overlay/root/scripts/functions.sh
+1
-1
overlay/root/scripts/php_setup.sh
overlay/root/scripts/php_setup.sh
+3
-3
No files found.
overlay/root/scripts/functions.sh
View file @
e8e699ef
...
...
@@ -145,5 +145,5 @@ conf_update()
conf_update_enable
()
{
conf_activate
$1
$2
conf_update
$@
conf_update
"
$@
"
}
overlay/root/scripts/php_setup.sh
View file @
e8e699ef
...
...
@@ -5,6 +5,6 @@ echo "php: starting setup"
if
[
!
-f
"
$file_php_conf
"
]
;
then
cp
"
${
file_php_conf
}
-production"
${
file_php_conf
}
;
fi
echo
"php: configure default values"
conf_update_enable
${
file_php_conf
}
"memory_limit
="
"
512M"
conf_update_enable
${
file_php_conf
}
"html_errors
="
" On"
conf_update_enable
${
file_php_conf
}
"mysqli.default_socket
="
"
${
file_mysql_sock
}
"
conf_update_enable
${
file_php_conf
}
"memory_limit
.*="
"
512M"
conf_update_enable
${
file_php_conf
}
"html_errors
.*
="
" On"
conf_update_enable
${
file_php_conf
}
"mysqli.default_socket
.*
="
"
${
file_mysql_sock
}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment