Skip to content
Snippets Groups Projects

set version

Merged Hahn Axel (hahn) requested to merge 6907_backup_server into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -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
Loading