Changeset 37228


Ignore:
Timestamp:
2023-01-31T22:25:49+13:00 (15 months ago)
Author:
davidb
Message:

Improved setup.bash file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/prepare/SETUP.bash

    r37221 r37228  
     1
     2if [ "x$RSYNC_HOME" = "x" ] ; then
     3
     4    echo ""
     5    echo "Setting RSYNC_HOME and updating PATH to include:"
     6    echo "    rclone-v1.60.1-linux-amd64"
     7    echo ""
     8
     9    export RSYNC_HOME=$PWD/rclone-v1.60.1-linux-amd64
     10
     11    export PATH=$RSYNC_HOME:$PATH
     12
     13    # consider setting RCLONE_CONFIG to control where config file is/accessed ???
     14
     15else
     16    echo "You have already source SETUP.bash"
     17fi
    118
    219
    3 echo ""
    4 echo "Updating PATH to include:"
    5 echo "    rclone-v1.60.1-linux-amd64"
    6 echo ""
    720
    8 export PATH=$PWD/rclone-v1.60.1-linux-amd64:$PATH
    9 
    10 
    11 # RCLONE_CONFIG
    12 
Note: See TracChangeset for help on using the changeset viewer.