mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-14 01:24:44 +07:00
Fix extension logs
This commit is contained in:
@ -56,7 +56,7 @@ update_lists() {
|
||||
elif grep -Eq '^deb ' "$list_file"; then
|
||||
list="$list_file"
|
||||
fi
|
||||
update_lists_helper "$list"
|
||||
update_lists_helper "$list" >/dev/null 2>&1
|
||||
echo '' | tee /tmp/setup_php >/dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user