mirror of
https://github.com/vitodeploy/vito.git
synced 2025-05-07 08:53:34 +00:00
4 lines
84 B
Bash
4 lines
84 B
Bash
if ! echo "__content__" | tee __path__; then
|
|
echo 'VITO_SSH_ERROR' && exit 1
|
|
fi
|