We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0b3f6 commit 1c90bc0Copy full SHA for 1c90bc0
1 file changed
install-extensions.sh
@@ -54,7 +54,7 @@ install_tideways_xhprof() {
54
55
test -f "$library" || die "Extension not available: $library"
56
config="/etc/php/$PHP_VERSION/cli/conf.d/10-tideways_xhprof.ini"
57
- echo "extension=$library" > "$config"
+ echo "extension=$library" | sudo tee "$config"
58
has_extension "$extension"
59
}
60
0 commit comments