diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-05-05 13:20:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 13:20:22 +0200 |
commit | 81778c8d55e07f78cdee5abe3933258cea2a1851 (patch) | |
tree | bba5eb02e8834976751e0c30044bd197bb9b4eff /scripts | |
parent | b17c4290cf61d8a0386817b87231762c175097c5 (diff) | |
parent | 24005270ccbd5222023deb3306d5ee9a2f128cda (diff) |
Merge pull request #6953 from EzraSingh/patch-1
Update install-systemd-multi-user.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-systemd-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-systemd-multi-user.sh b/scripts/install-systemd-multi-user.sh index 7dd567747..07b34033a 100755 --- a/scripts/install-systemd-multi-user.sh +++ b/scripts/install-systemd-multi-user.sh @@ -92,7 +92,7 @@ poly_configure_nix_daemon_service() { task "Setting up the nix-daemon systemd service" _sudo "to create the nix-daemon tmpfiles config" \ - ln -sfn /nix/var/nix/profiles/default/$TMPFILES_SRC $TMPFILES_DEST + ln -sfn "/nix/var/nix/profiles/default$TMPFILES_SRC" "$TMPFILES_DEST" _sudo "to run systemd-tmpfiles once to pick that path up" \ systemd-tmpfiles --create --prefix=/nix/var/nix |