Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
correct call to daemon_get_pid
Browse files Browse the repository at this point in the history
  • Loading branch information
vwiencek committed Sep 2, 2014
1 parent a215491 commit f5aa457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/daemon/syncanyd.skel
Expand Up @@ -46,7 +46,7 @@ daemon_start() {
DAEMON_RUNNING=$(daemon_running)
echo -n "."

DAEMON_PID=$(get_pid)
DAEMON_PID=$(daemon_get_pid)
TRIES=$(($TRIES-1))
sleep 1
done
Expand Down

0 comments on commit f5aa457

Please sign in to comment.