Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
772fc1ce
Commit
772fc1ce
authored
Sep 03, 2010
by
jwarnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indentation
parent
c128b1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
server/scripts/run-getmail.sh
server/scripts/run-getmail.sh
+4
-4
No files found.
server/scripts/run-getmail.sh
View file @
772fc1ce
...
...
@@ -4,9 +4,9 @@ set -e
cd
/etc/getmail
rcfiles
=
""
for
file
in
*
.conf
;
do
if
[
$file
!=
"*.conf"
]
;
then
rcfiles
=
"
$rcfiles
-r
$file
"
fi
if
[
$file
!=
"*.conf"
]
;
then
rcfiles
=
"
$rcfiles
-r
$file
"
fi
done
#echo $rcfiles
if
[
-f
/tmp/.getmail_lock
]
;
then
...
...
@@ -17,4 +17,4 @@ else
/usr/bin/getmail
-n
-v
-g
/etc/getmail
$rcfiles
fi
rm
-f
/tmp/.getmail_lock
fi
\ No newline at end of file
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment