From 80be8ed466553bef7f47edf4d15a69ace460f3da Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 5 Aug 2019 01:20:58 -0400 Subject: [PATCH] remove presumably testing condition --- keyscript-off | 4 ---- 1 file changed, 4 deletions(-) diff --git a/keyscript-off b/keyscript-off index b26ed9d..84f253c 100755 --- a/keyscript-off +++ b/keyscript-off @@ -23,10 +23,6 @@ if [[ $- != *i* ]]; then fi sed="sed --follow-symlinks" -if [[ $HOSTNAME == kw ]]; then - exit 0 -fi - if [[ $($sed -rn 's/^ID=(.*)/\1/p' /etc/os-release) == arch ]]; then if grep -q '^\s*FILES=' /etc/mkinitcpio.conf; then $sed -ri 's/^\s*FILES=/#\0/' /etc/mkinitcpio.conf # comment out -- 2.30.2