change .gitignore . remove file .change_network_gateway.sh.swp

This commit is contained in:
Christoph 2017-02-25 15:46:56 +01:00
parent 9159682bb6
commit 52815b0f74
3 changed files with 1 additions and 1 deletions

Binary file not shown.

1
.gitignore vendored
View File

@ -1 +1,2 @@
/BAK/*
*.swp

View File

@ -760,7 +760,6 @@ if [ "$(stat -c %d:%i /)" = "$(stat -c %d:%i /proc/1/root/.)" ]; then
if [[ -d "/ro" ]] ; then
error "It seems, this is a readonly system and you are not chrooted.\n\n\t \033[1;37mChanges made by this script are not persistent!!\033[m\n\n\t Change root to directory '/ro' (\033[1;37mchroot /ro /bin/bash\033[m) and\n\t run this script again.\033[m"
#info "Change root to directory '/ro' (\033[1;37mchroot /ro /bin/bash\033[m) and run this script again.\033[m"
fi
_error=true