Files
2024-05-22 17:19:32 +04:00

6 lines
101 B
Bash
Executable File

if [[ -f "/start" && -f "/ssh/key.pub" && -s "/ssh/key.pub" ]]; then
exit 0;
else
exit 1;
fi