From cc78901ccbfd1e7b12da7b24ea0866e53db3dac8 Mon Sep 17 00:00:00 2001 From: "Travis A. Everett" Date: Wed, 10 Nov 2021 14:06:18 -0600 Subject: [PATCH] installer: make rc replacement instructions explicit --- scripts/install-multi-user.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index eb5c48b73..eba894799 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -406,8 +406,9 @@ Here's how to clean up the old backup file: Nix-related in it. If it does, something is probably quite wrong. Please open an issue or get in touch immediately. -3. Once you confirm $profile_target is backed up and doesn't already - mention Nix, replace it with $profile_target$PROFILE_BACKUP_SUFFIX. +3. Once you confirm $profile_target is backed up and + $profile_target$PROFILE_BACKUP_SUFFIX doesn't mention Nix, run: + mv $profile_target$PROFILE_BACKUP_SUFFIX $profile_target EOF fi done