From fb47d783cc255c737438d9e47bae8a757d34c4bc Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 5 Jan 2021 15:38:33 +0200 Subject: [PATCH] Fixed typos --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'