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