IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42616


Ignore:
Timestamp:
Feb 7, 2024, 9:22:20 AM (2 years ago)
Author:
eugene
Message:

mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/tools/eam/itc.config/get.schema.sh

    r42613 r42616  
    11#!/bin/csh
    22
    3 if ($#argv != 1) then
    4    echo "USAGE: get.schema.sh (database)"
     3if ($#argv != 2) then
     4   echo "USAGE: get.schema.sh (database) (password)"
    55   exit 2
    66endif
     
    2424set dbserver = localhost
    2525set dbuser = ipp
    26 set dbpass = ipp
    2726set dbname = $argv[1]
     27set dbpass = $argv[2]
    2828
    2929# generate skycell entry (needed for xcsky and xccal queries)
Note: See TracChangeset for help on using the changeset viewer.