Skip to content

Commit a16f3b2

Browse files
author
Dmitry Surnin
committed
Remove path creation during setup
Signed-off-by: Dmitry Surnin <[email protected]>
1 parent 4bddb24 commit a16f3b2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build-scripts/ubuntu-1604/postinst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/bin/bash
22

3-
mkdir -p /etc/plenum
4-
mkdir -p /var/plenum/
5-
mkdir -p /var/log/plenum
6-
7-
# disable stdout logging
8-
echo "NETWORK_NAME=None" >> /etc/plenum/plenum_config.py
9-
103
# Automatically added from template:
114
if which py3compile >/dev/null 2>&1; then
125
py3compile -O -p {package_name} /usr/local/lib/python3.5/dist-packages/

0 commit comments

Comments
 (0)