Changeset 463

Show
Ignore:
Timestamp:
04/24/06 22:45:35 (3 years ago)
Author:
alban
Message:

[Bug 65] fix CONFIG test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/freecast.init.template

    r358 r463  
    3131        # we can't check urls 
    3232         
    33         if [ "$CONFIG_URL" != "true" && ! -f $CONFIG ]; then  
     33        if [ "$CONFIG_URL" != "true" -a ! -f $CONFIG ]; then  
    3434                echo "The specified configuration file doesn't exist ($CONFIG)." 
    3535                echo "See configuration samples into /usr/share/doc/freecast."