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

Merge branch '6907_backup_server' into 'master'

set version

See merge request !216
parents 28fe6a23 f83f0304
No related branches found
No related tags found
1 merge request!216set version
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
. $(dirname $0)/inc_pluginfunctions . $(dirname $0)/inc_pluginfunctions
export self_APPVERSION=0.2 export self_APPVERSION=1.0
sInstalldir=/opt/imlbackup/server sInstalldir=/opt/imlbackup/server
sScript=storage_helper.sh sScript=storage_helper.sh
...@@ -80,13 +80,13 @@ while [[ "$#" -gt 0 ]]; do case $1 in ...@@ -80,13 +80,13 @@ while [[ "$#" -gt 0 ]]; do case $1 in
esac; done esac; done
if [ -z "$sMode" ]; then if [ -z "$sMode" ]; then
ph.abort "ERROR: The mode was not set. Use parameter -m for it. Get help wit -h" ph.abort "ERROR: The mode was not set. Use parameter -m for it. Get help wit -h."
fi fi
myscript="$sInstalldir/$sScript" myscript="$sInstalldir/$sScript"
if [ ! -x "$myscript" ]; then if [ ! -x "$myscript" ]; then
ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help wit -h" ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help wit -h."
fi fi
# --- read data # --- read data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment