Skip to content

Commit

Permalink
Fixes for the path
Browse files Browse the repository at this point in the history
  • Loading branch information
WD-stefaang committed May 2, 2018
1 parent 03d1e88 commit e925902
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wdpk/duplicati/start-stop-status
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ NASPROG="/shares/Volume_1/Nas_Prog"

# Package Variables
PACKAGE_NAME_SIMPLE="duplicati"
PACKAGE_DIR="/home/stefaan/Documents/projects/wd/spksrc/packages/duplicati/package"
PACKAGE_DIR="${NASPROG}/${PACKAGE_NAME_SIMPLE}"
PACKAGE_DIR="${NASPROG}/${PACKAGE_NAME_SIMPLE}/package"
PACKAGE_UPGRADE_FLAG="/tmp/${PACKAGE_NAME_SIMPLE}.upgrade"

# Mono Variables
MONO_DIR="${NASPROG}/mono"
MONO_LIBS="${MONO_DIR}/libs"
MONO_LIBS="${MONO_DIR}/lib"
MONO="${MONO_DIR}/bin/mono"
echo "This is mono: $(ls -l $MONO)"

Expand Down

0 comments on commit e925902

Please sign in to comment.