Skip to content

Commit

Permalink
Adding fix for mkdir in postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Jun 25, 2024
1 parent cc6562c commit 1d6817e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/deb/cdk-validium-node/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -d "/opt/cdk-validium-node" ]
then
echo "Directory /opt/cdk-validium-node exists."
else
mkdir -p /opt/cdk-validium-node
sudo mkdir -p /opt/cdk-validium-node
sudo chown -R cdk-validium-node /opt/cdk-validium-node
fi
sudo systemctl daemon-reload
sudo systemctl daemon-reload

0 comments on commit 1d6817e

Please sign in to comment.