diff options
| author | Ivan Popovych <ivan@ipvych.com> | 2025-06-12 14:40:48 +0300 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-20 17:59:03 +0200 |
| commit | 93e84595ec18e5eb912ea55313c904c5b66f1847 (patch) | |
| tree | b5e04197dc1883eafeccd287a4a558250fb31b6e | |
| parent | 5007e5ab3f7bf23c416d907cd685f63e454a020f (diff) | |
guix-install.sh: Fix init profile not being removed.
* etc/guix-install.sh (sys_delete_init_profile): Fix init profile not
being removed.
Change-Id: I95b10ef85d363ac1b7c821e0ae91ca3e69c490ca
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rwxr-xr-x | etc/guix-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix-install.sh b/etc/guix-install.sh index b5d833cd642..2944cb97f6a 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh | |||
| @@ -879,8 +879,8 @@ sys_maybe_setup_selinux() | |||
| 879 | 879 | ||
| 880 | sys_delete_init_profile() | 880 | sys_delete_init_profile() |
| 881 | { | 881 | { |
| 882 | _msg_info "removing /etc/profile.d/guix.sh" | 882 | _msg_info "removing /etc/profile.d/zzz-guix.sh" |
| 883 | rm -f /etc/profile.d/guix.sh | 883 | rm -f /etc/profile.d/zzz-guix.sh |
| 884 | } | 884 | } |
| 885 | 885 | ||
| 886 | sys_delete_user_profiles() | 886 | sys_delete_user_profiles() |
