mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
SC
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
parent
09bd223ad3
commit
fd92b6ed24
@ -1100,9 +1100,9 @@ then
|
||||
if [ "${CURRENTVERSION%%.*}" -ge "23" ]
|
||||
then
|
||||
# Update opcache.interned_strings_buffer
|
||||
if ! grep -r opcache.interned_strings_buffer="$opcache_interned_strings_buffer_value" $PHP_INI
|
||||
if ! grep -r opcache.interned_strings_buffer="$opcache_interned_strings_buffer_value" "$PHP_INI"
|
||||
then
|
||||
sed -i "s|opcache.interned_strings_buffer=.*|opcache.interned_strings_buffer=$opcache_interned_strings_buffer_value|g" $PHP_INI
|
||||
sed -i "s|opcache.interned_strings_buffer=.*|opcache.interned_strings_buffer=$opcache_interned_strings_buffer_value|g" "$PHP_INI"
|
||||
restart_webserver
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user