summaryrefslogtreecommitdiff
path: root/ssh-check
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-check')
-rwxr-xr-xssh-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-check b/ssh-check
index 086ddd9..eeb70a0 100755
--- a/ssh-check
+++ b/ssh-check
@@ -66,7 +66,7 @@ main()
66edit_config() 66edit_config()
67{ 67{
68 set -e 68 set -e
69 f=$(tempfile) 69 f=$(mktemp)
70 if [ -e "$CFG_FILE" ] 70 if [ -e "$CFG_FILE" ]
71 then 71 then
72 cp "$CFG_FILE" "$f" 72 cp "$CFG_FILE" "$f"