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

set version

parent 1d0409a2
Branches
No related tags found
1 merge request!216set version
......@@ -14,7 +14,7 @@
. $(dirname $0)/inc_pluginfunctions
export self_APPVERSION=0.2
export self_APPVERSION=1.0
sInstalldir=/opt/imlbackup/server
sScript=storage_helper.sh
......@@ -80,13 +80,13 @@ while [[ "$#" -gt 0 ]]; do case $1 in
esac; done
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
myscript="$sInstalldir/$sScript"
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
# --- read data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment