]> git.pld-linux.org Git - packages/awffull.git/blobdiff - awffull.cron
- removed deprecated options
[packages/awffull.git] / awffull.cron
index 1dc4e49dde330bea671314665a078cc9f9c09d26..5bbeca6abaea456b415ac97a329f81262fce9705 100644 (file)
@@ -17,12 +17,6 @@ if [ -n "$ENABLE" ] && [ "$ENABLE" = "yes" -o "$ENABLE" = "YES" ]; then
        export LANG
        export LC_ALL
        
-       if [ -n "$QUIET" ] && [ "$QUIET" = "yes" -o "$QUIET" = "YES" ]; then
-               AWFFULL_OPTS="-q"
-       elif [ -n "$REALLY_QUIET" ] && [ "$REALLY_QUIET" = "yes" -o "$REALLY_QUIET" = "YES" ]; then
-               AWFFULL_OPTS="-Q"
-       fi
-       
        if [ -n "$MULTIPLE" ] && [ "$MULTIPLE" = "yes" -o "$MULTIPLE" = "YES" ]; then
                for config in $(ls /etc/awffull/*.conf 2>/dev/null); do\
                        CONFIG_LIST="${CONFIG_LIST} ${config}"
This page took 0.09535 seconds and 4 git commands to generate.