diff --git a/.change_network_gateway.sh.swp b/.change_network_gateway.sh.swp deleted file mode 100644 index 576e96c..0000000 Binary files a/.change_network_gateway.sh.swp and /dev/null differ diff --git a/.gitignore b/.gitignore index a149b6f..c64e6ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /BAK/* +*.swp diff --git a/change_network_gateway.sh b/change_network_gateway.sh index 56faa44..13a99b3 100755 --- a/change_network_gateway.sh +++ b/change_network_gateway.sh @@ -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