mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Fix php.ini permissions after extension setup
This commit is contained in:
parent
b44b7344e0
commit
f4f8aec1f2
@ -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 New Issue
Block a user