Skip to content

Commit fd92b6e

Browse files
authored
SC
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 09bd223 commit fd92b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextcloud_update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,9 +1100,9 @@ then
11001100
if [ "${CURRENTVERSION%%.*}" -ge "23" ]
11011101
then
11021102
# Update opcache.interned_strings_buffer
1103-
if ! grep -r opcache.interned_strings_buffer="$opcache_interned_strings_buffer_value" $PHP_INI
1103+
if ! grep -r opcache.interned_strings_buffer="$opcache_interned_strings_buffer_value" "$PHP_INI"
11041104
then
1105-
sed -i "s|opcache.interned_strings_buffer=.*|opcache.interned_strings_buffer=$opcache_interned_strings_buffer_value|g" $PHP_INI
1105+
sed -i "s|opcache.interned_strings_buffer=.*|opcache.interned_strings_buffer=$opcache_interned_strings_buffer_value|g" "$PHP_INI"
11061106
restart_webserver
11071107
fi
11081108
fi

0 commit comments

Comments
 (0)