Fix php.ini permissions after extension setup
This commit is contained in:
parent
b44b7344e0
commit
f4f8aec1f2
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ add_extension() {
|
|||
(update_ppa && eval "$install_command" && add_log "$tick" "$extension" "Installed and enabled") ||
|
||||
add_log "$cross" "$extension" "Could not install $extension on PHP $semver"
|
||||
fi
|
||||
sudo chmod 777 "$ini_file"
|
||||
}
|
||||
|
||||
# Function to force install extensions using PECL
|
||||
|
|
|
|||
Loading…
Reference in a new issue