mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Fixed typos
This commit is contained in:
parent
0e5cb9aeef
commit
fb47d783cc
|
@ -20,7 +20,7 @@ makeConf() {
|
||||||
mkdir /etc/nixos/nextcloud
|
mkdir /etc/nixos/nextcloud
|
||||||
mkdir /etc/nixos/resources
|
mkdir /etc/nixos/resources
|
||||||
mkdir /etc/nixos/videomeet
|
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
|
# 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'
|
local IFS=$'\n'
|
||||||
|
|
Loading…
Reference in a new issue