Skip to content
Snippets Groups Projects
Commit 3ee05b61 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

export some vars; abort on errors

parent 59948824
No related branches found
No related tags found
1 merge request!15export some vars; abort on errors
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
# 2022-11-24 v0.8 <axel.hahn@iml.unibe.ch> tar -xzf without dot as 2nd param # 2022-11-24 v0.8 <axel.hahn@iml.unibe.ch> tar -xzf without dot as 2nd param
# 2022-11-25 v0.9 <axel.hahn@iml.unibe.ch> support custom phase + file per project # 2022-11-25 v0.9 <axel.hahn@iml.unibe.ch> support custom phase + file per project
# 2023-02-14 v1.0 <axel.hahn@unibe.ch> set v1.0 (no changes) # 2023-02-14 v1.0 <axel.hahn@unibe.ch> set v1.0 (no changes)
# 2023-02-14 v1.1 <axel.hahn@unibe.ch> show OK message in profile log # 2023-12-?? v1.1 <axel.hahn@unibe.ch> show OK message in profile log
# 2023-12-14 v1.2 <axel.hahn@unibe.ch> export some vars; abort on errors
# ====================================================================== # ======================================================================
...@@ -23,8 +24,10 @@ ...@@ -23,8 +24,10 @@
# CONFIG # CONFIG
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
cd $( dirname $0 ) cd $( dirname $0 )
selfdir=$( /bin/pwd ) _version=1.2
_version=1.0
export selfdir; selfdir=$( /bin/pwd )
export profiledir
tmpdir=/var/tmp/imldeployment_packages tmpdir=/var/tmp/imldeployment_packages
logdir=/var/log/imldeployment-client logdir=/var/log/imldeployment-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment