aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xfce4-firstrun
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xfce4-firstrun')
-rw-r--r--tools/xfce4-firstrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xfce4-firstrun b/tools/xfce4-firstrun
index dd09910..2e5809b 100644
--- a/tools/xfce4-firstrun
+++ b/tools/xfce4-firstrun
@@ -28,7 +28,7 @@ EOF
cp -f /usr/share/applications/mageia-draklive-install.desktop $USER_DESKTOP 2> /dev/null
fi
if [ "$(pidof xfdesktop)" ]; then
- xfdesktop -reload 1> /dev/null; echo "xfce4-firstrun: xfdesktop reloaded.";
+ xfdesktop --reload 1> /dev/null; echo "xfce4-firstrun: xfdesktop reloaded.";
fi
exit || 0
else
@@ -37,7 +37,7 @@ EOF
cp -f /usr/share/applications/mageia-draklive-install.desktop $USER_DESKTOP 2> /dev/null
fi
if [ "$(pidof xfdesktop)" ]; then
- xfdesktop -reload 1> /dev/null; echo "xfce4-firstrun: xfdesktop reloaded.";
+ xfdesktop --reload 1> /dev/null; echo "xfce4-firstrun: xfdesktop reloaded.";
fi
exit || 0
fi