diff options
Diffstat (limited to 'www/opera7/files')
-rw-r--r-- | www/opera7/files/opera.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera7/files/opera.sh b/www/opera7/files/opera.sh index e804d1b5f7f..e42c0b923c0 100644 --- a/www/opera7/files/opera.sh +++ b/www/opera7/files/opera.sh @@ -6,7 +6,7 @@ then mkdir -p $OPERADIR || exit 1 for FILE in $OPERADIR/opera6.ini $OPERADIR/opera.ini do - if [ -e ${FILE} ] + if [ -f ${FILE} ] then if grep -q '^Synchronous DNS Lookup=0$' ${FILE} then |