From de5630f4b61efd341d866fb4dd7170b1d6dca45f Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:41:31 -0500 Subject: [PATCH] fix: bluefin-cli-firstrun permissions --- .../files/etc/profile.d/bluefin-cli-brew-firstrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolboxes/bluefin-cli/files/etc/profile.d/bluefin-cli-brew-firstrun.sh b/toolboxes/bluefin-cli/files/etc/profile.d/bluefin-cli-brew-firstrun.sh index 5e5a632..686592e 100644 --- a/toolboxes/bluefin-cli/files/etc/profile.d/bluefin-cli-brew-firstrun.sh +++ b/toolboxes/bluefin-cli/files/etc/profile.d/bluefin-cli-brew-firstrun.sh @@ -1,7 +1,7 @@ if test "$(id -u)" -gt "0" && test ! -f /etc/linuxbrew.firstrun; then echo "First Run Setup" if test ! -d /home/linuxbrew; then - mv /home/homebrew /home/linuxbrew + su-exec root mv /home/homebrew /home/linuxbrew else echo "Getting newest repo version of brew" su-exec root cp -R /home/homebrew/.linuxbrew /home/linuxbrew/