fix(script): No need to ever exit 1 in a pacman hook context
This commit is contained in:
		| @@ -29,4 +29,7 @@ if [[ $active_kernel != $current_kernel ]]; then | |||||||
|     echo "# KERNEL: reboot required" |     echo "# KERNEL: reboot required" | ||||||
|     rc=0 |     rc=0 | ||||||
| fi | fi | ||||||
| exit $rc |  | ||||||
|  | if [[ $rc == '1' ]]; then | ||||||
|  |     echo "# No reboot required" | ||||||
|  | fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user