Fix php.ini permissions after extension setup

This commit is contained in:
Shivam Mathur 2020-01-26 03:23:41 +05:30
parent b44b7344e0
commit f4f8aec1f2
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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