diff --git a/nixos-infect b/nixos-infect index f45e5d9..7ac5b98 100755 --- a/nixos-infect +++ b/nixos-infect @@ -20,7 +20,7 @@ makeConf() { mkdir /etc/nixos/nextcloud mkdir /etc/nixos/resources mkdir /etc/nixos/videomeet - mkdir /etc/nxos/openconnect + mkdir /etc/nixos/openconnect # Prevent grep for sending error code 1 (and halting execution) when no lines are selected : https://www.unix.com/man-page/posix/1P/grep local IFS=$'\n'