Исправлен параметр safemode

master 0.1_alpha1
Mike Khiretskiy 9 years ago
parent b39c69bdc9
commit f6d361535e

@ -285,7 +285,10 @@ then
KVER=$(basename "$(readlink $KERNEL_DIR)" | sed 's/linux-//')
fi
[[ -n $SAFEMODE ]] && [[ $KVER =~ -calculate ]] || eerror "--safemode available for calculate-sources only"
if [[ -n $SAFEMODE ]] && ! [[ $KVER =~ -calculate ]]
then
eerror "--safemode available for calculate-sources only"
fi
if ! [[ -d $LOCAL_TEMPLATES_DIR ]]
then

Loading…
Cancel
Save