nimbus-eth2/scripts/package_src/nimbus_validator_client
Jakub Sokołowski 7d599185e0
use Bourne shell as the actual postinst script does (#4638)
The `postinst` wrapper script into which these scripts are embedded as
`after_upgrade` and `after_install` functions are executed using Bourne
shell(`sh`), so we cannot use the Bash specific `[[ ]]` test or it fails:
```
/var/lib/dpkg/info/nimbus-beacon-node.postinst: 22: [[: not found
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-17 14:13:28 +02:00
..
image/lib/systemd/system packaging updates (#3974) 2022-08-17 13:26:31 +03:00
after_install use Bourne shell as the actual postinst script does (#4638) 2023-02-17 14:13:28 +02:00
after_remove packaging updates (#3974) 2022-08-17 13:26:31 +03:00
after_upgrade packaging updates (#3974) 2022-08-17 13:26:31 +03:00
before_remove packaging updates (#3974) 2022-08-17 13:26:31 +03:00
deb_after_purge packaging updates (#3974) 2022-08-17 13:26:31 +03:00
description make DEB package descriptions long (#4620) 2023-02-14 17:51:52 +01:00