]> Pileus Git - ~andy/sunrise/blobdiff - www-misc/profile-sync-daemon/files/daemon
www-misc/profile-sync-daemon: Bugfix in daemon script
[~andy/sunrise] / www-misc / profile-sync-daemon / files / daemon
index 194bc537759685e848122713ecb65867d5776f6b..749ba85e726900a67a1a4f83c9762a8f3b33310a 100644 (file)
@@ -35,7 +35,7 @@ stop() {
                eerror "Profile-Sync-Daemon is not running, nothing to stop!"
                return 1
        else
-               /usr/bin/profile-sync-daemon unsync
+               /usr/bin/profile-sync-daemon sync && /usr/bin/profile-sync-daemon unsync
                rm -f ${PIDFILE}
        fi
        eend $?