mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +00:00
after_install: use . not source in bourne shell (#4639)
Another dumb mistake when using bourne shell: ``` /var/lib/dpkg/info/nimbus-beacon-node.postinst: 23: source: not found ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7d599185e0
commit
3d3d17aad9
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
DISTRO="UNKNOWN"
|
||||
if [ -r /etc/os-release ]; then
|
||||
source /etc/os-release
|
||||
. /etc/os-release
|
||||
DISTRO="${ID}"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user