summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/10-script_dropper.inc
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/includes/10-script_dropper.inc')
-rw-r--r--satellit_installer/includes/10-script_dropper.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/satellit_installer/includes/10-script_dropper.inc b/satellit_installer/includes/10-script_dropper.inc
index 11ab9b9..4bd14b2 100644
--- a/satellit_installer/includes/10-script_dropper.inc
+++ b/satellit_installer/includes/10-script_dropper.inc
@@ -1,10 +1,10 @@
fb_enable_firstrun() {
local script="/opt/openslx/firstrun.sh"
[ -x "$script" ] || perror "Firstrun script not found ($script)"
- if ! grep -qF "$script" "/home/openslx/.profile"; then
- echo "# Patching openslx's .profile"
- echo "[ -t 0 ] && $script" >> "/home/openslx/.profile"
- chown openslx:openslx "/home/openslx/.profile" "$script"
+ if ! grep -qF "$script" "/home/bwlp/.profile"; then
+ echo "# Patching bwlp's .profile"
+ echo "[ -t 0 ] && $script" >> "/home/bwlp/.profile"
+ chown bwlp:bwlp "/home/bwlp/.profile" "$script"
fi
}