summaryrefslogtreecommitdiffstats
path: root/core/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation')
-rwxr-xr-xcore/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation b/core/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation
index 29971666..d130f470 100755
--- a/core/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation
+++ b/core/modules/printergui/data/opt/openslx/scripts/systemd-printergui_preparation
@@ -13,7 +13,7 @@ mv -n "$SRCDIR"/* "$DESTDIR"
cd "$SRCDIR"
for i in "$DESTDIR"/*; do
- ln -s "$PRINTPWGUI" $(basename "$i")
+ ln -sf "$PRINTPWGUI" $(basename "$i")
done
exit 0