Error tonto

This commit is contained in:
drymer 2015-01-30 20:40:13 +01:00
parent 14731db9a9
commit 8a6ba8e5f8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ps="$(ps aux|grep openvpn | grep 'openvpn --config' | grep -v grep | cut -d' ' -
if [[ -z $ps ]];
then
if {[ -e $TMP ]];
if [[ -e $TMP ]];
then
rm $TMP
fi