check webhook
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if [[ -f "/ssh/key.pub" && -s "/ssh/key.pub" ]]; then
|
||||
if [[ -f "/start" && -f "/ssh/key.pub" && -s "/ssh/key.pub" ]]; then
|
||||
exit 0;
|
||||
else
|
||||
exit 1;
|
||||
|
||||
Reference in New Issue
Block a user