Ignore:
Timestamp:
Feb 6, 2018 7:32:11 AM (6 years ago)
Author:
raasch
Message:

bugfix: exit if no queue has been given neither with option -q nor in the configuration file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r2762 r2789  
    2727# -----------------
    2828# $Id: palmrun 2718 2018-01-02 08:49:38Z maronga $
     29# bugfix: exit if no queue has been given neither with option -q nor in the
     30# configuration file
     31#
     32# 2718 2018-01-02 08:49:38Z maronga
    2933# file connection file from trunk/SCRIPTS is taken by default
    3034#
     
    10371041       printf "\n  +++ no default queue given in configuration file and no queue"
    10381042       printf "\n      given with option -q"
     1043       locat=queue; exit
    10391044    fi
    10401045    if [[ $queue = none ]]
Note: See TracChangeset for help on using the changeset viewer.