fix "/ssh/key.pub not existing"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if [[ -f "/ssh/key.pub" && -s "/ssh/key.pub" ]]; then
|
||||
exit 0;
|
||||
else
|
||||
exit 1;
|
||||
fi
|
||||
Reference in New Issue
Block a user