Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
772fc1ce
Commit
772fc1ce
authored
Sep 03, 2010
by
jwarnier
Browse files
fix indentation
parent
c128b1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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