mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-13 16:46:28 -04:00
Add a forgotten set -e
This commit is contained in:
parent
07786de039
commit
5570d3e5b9
4
debian/security-misc.config
vendored
4
debian/security-misc.config
vendored
@ -5,6 +5,8 @@
|
||||
|
||||
source /usr/share/debconf/confmodule
|
||||
|
||||
set -e
|
||||
|
||||
check_migrate_permission_hardener_state() {
|
||||
local orig_hardening_arr custom_hardening_arr config_file
|
||||
if [ -f "/var/lib/security-misc/do_once/${FUNCNAME[0]}_version_1" ]; then
|
||||
@ -61,4 +63,4 @@ check_migrate_permission_hardener_state() {
|
||||
touch "/var/lib/security-misc/do_once/${FUNCNAME[0]}_version_1"
|
||||
}
|
||||
|
||||
check_migrate_permission_hardener_state
|
||||
check_migrate_permission_hardener_state
|
||||
|
Loading…
x
Reference in New Issue
Block a user