Skip to content
Snippets Groups Projects
Unverified Commit 9cf0b09c authored by Dmitrii Zolotarev's avatar Dmitrii Zolotarev
Browse files

Temp fix Temp fix for necessary directories creation after a package...

Temp fix Temp fix for necessary directories creation after a package installation. The full fix of the Debian package build will be in dep-packaging branch of my fork

Signed-off-by: default avatarDmitrii Zolotarev <dvzolotarev@gmail.com>
parent b618ac7e
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,9 @@ else ...@@ -19,8 +19,9 @@ else
fi fi
cat $DAP_CFG_TPL > $DAP_CFG || true cat $DAP_CFG_TPL > $DAP_CFG || true
mkdir $DAP_PREFIX/var/lib/network/kelvin-testnet/zerochain/ || true mkdir -p $DAP_PREFIX/var/lib/network/kelvin-testnet/zerochain/ || true
mkdir $DAP_PREFIX/var/lib/network/kelvin-testnet/plasma/ || true mkdir -p $DAP_PREFIX/var/lib/network/kelvin-testnet/plasma/ || true
mkdir -p $DAP_PREFIX/var/run || true
# Init testnet # Init testnet
if [ -e "$DAP_CFG_TESTNET" ]; then if [ -e "$DAP_CFG_TESTNET" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment