Removed logging

This commit is contained in:
Yann Esposito (Yogsototh) 2011-11-17 14:02:46 +01:00
parent 49512cede1
commit f4a2be4157

View file

@ -38,7 +38,6 @@ blacklist=( 'reddit.com'
case $1 in
work)
[[ -e $backupfile ]] && {
print -- "$backupfile already exists, wou are in working mode" >&2
exit 1
}
\cp $hostfile $backupfile
@ -58,6 +57,7 @@ play)
} >&2
esac
[[ -e /etc/init.d/networking ]] && \
/etc/init.d/networking stop && \
[[ -e /etc/init.d/networking ]] && {
/etc/init.d/networking stop &&
/etc/init.d/networking start
} >/dev/null >&2