Skip to content

Commit

Permalink
website: debug deploy script
Browse files Browse the repository at this point in the history
see  #2897
  • Loading branch information
Markus Raab committed Sep 11, 2019
1 parent c1dc42f commit a123d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/website
Expand Up @@ -53,7 +53,7 @@ export LD_LIBRARY_PATH=${INSTALL_PATH}/lib:${INSTALL_PATH}/lib/elektra
kdb --version

# print key database for debugging
#kdb export / simpleini
kdb export / simpleini

# prevent jenkins from killing daemons
BUILD_ID=dontKillMe
Expand Down Expand Up @@ -93,7 +93,7 @@ done
kdb set '/sw/elektra/restbackend/#0/current/cppcms/daemon/enable' '1'
# now start again
kdb run-website-backend
kdb run-website-backend || /bin/true
printf "New PID is: "
cat ${PID_FILE} || /bin/true
Expand Down

0 comments on commit a123d04

Please sign in to comment.