Changeset 2789
- Timestamp:
- Feb 6, 2018 7:32:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r2762 r2789 27 27 # ----------------- 28 28 # $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 29 33 # file connection file from trunk/SCRIPTS is taken by default 30 34 # … … 1037 1041 printf "\n +++ no default queue given in configuration file and no queue" 1038 1042 printf "\n given with option -q" 1043 locat=queue; exit 1039 1044 fi 1040 1045 if [[ $queue = none ]]
Note: See TracChangeset
for help on using the changeset viewer.