Release v2-verbose

This commit is contained in:
Shivam Mathur
2026-06-08 21:15:20 +05:30
parent f3e473d116
commit 420be8cbcd
42 changed files with 182 additions and 182 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export async function addINIValuesUnix(
return (
'echo "' +
ini_values.map(v => utils.escapeForShell(v, 'linux')).join('\n') +
'" | sudo tee -a "${pecl_file:-${ini_file[@]}}" >/dev/null 2>&1' +
'" | sudo tee -a "${pecl_file:-${ini_file[@]}}" ' +
script
);
}