Loading install_functions +2 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,8 @@ clean_install(){ pkill gpg-agent pkill dirmngr if [[ $(mount | grep "$newroot"/proc) ]]; then mount_umount "$newroot" "umount" fi if [[ $(awk -F':' '{ print $1}' /etc/passwd | grep usertmp) >/dev/null ]]; then echo_valid " Removing user usertmp" user_del "usertmp" &>/dev/null Loading Loading
install_functions +2 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,8 @@ clean_install(){ pkill gpg-agent pkill dirmngr if [[ $(mount | grep "$newroot"/proc) ]]; then mount_umount "$newroot" "umount" fi if [[ $(awk -F':' '{ print $1}' /etc/passwd | grep usertmp) >/dev/null ]]; then echo_valid " Removing user usertmp" user_del "usertmp" &>/dev/null Loading