Index: trunk/debs/wikimedia-task-dns-auth/authdns-update |
— | — | @@ -38,6 +38,14 @@ |
39 | 39 | shift |
40 | 40 | done |
41 | 41 | |
| 42 | +if ssh-add -l>/dev/null 2>&1 |
| 43 | +then |
| 44 | + echo "Found your ssh agent." |
| 45 | +else |
| 46 | + echo "Can't contact your ssh agent. You must forward your ssh agent to use this script." |
| 47 | + exit 2 |
| 48 | +fi |
| 49 | + |
42 | 50 | echo "Will skip slave(s) $SKIP." |
43 | 51 | |
44 | 52 | # export the current templates from svn |