diff options
| author | Blake Romero <blake@blkrom.com> | 2024-08-14 20:01:25 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-08-14 20:01:25 +0100 |
| commit | 7055228245aee4300e8b3458484265b829cd4a8a (patch) | |
| tree | ff5e030debfd59e6a3c5f1eb0dfc4079b5dceff6 /install-artix.sh | |
| parent | 6a89ea0564aafb97ed732c4165f48183ebf1516e (diff) | |
Correct sed flag for turnstile config
Diffstat (limited to 'install-artix.sh')
| -rwxr-xr-x | install-artix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 6be827c..9bfc170 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -313,7 +313,7 @@ fi # Configure turnstile to manage rundirs (XDG_RUNTIME_DIR) sed "s/manage_rundirs\s*=.*/manage_rundirs = yes/" \ - -u /mnt/etc/turnstile/turnstiled.conf + -i /mnt/etc/turnstile/turnstiled.conf # Setup user dinit log directory mkdir /mnt/var/log/dinit/user |
