mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-26 10:03:47 +01:00
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
{
|
||
|
echo "Preinstall complete"
|
||
|
exit 0 # all good
|
||
|
} > /tmp/my_preinstall.log
|