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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/includes/10-script_dropper.inc b/satellit_installer/includes/10-script_dropper.inc
index a991f28..11ab9b9 100644
--- a/satellit_installer/includes/10-script_dropper.inc
+++ b/satellit_installer/includes/10-script_dropper.inc
@@ -4,7 +4,7 @@ fb_enable_firstrun() {
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"
+ chown openslx:openslx "/home/openslx/.profile" "$script"
fi
}