vito/resources/views/ssh/os/run-script.blade.php
2025-02-19 20:13:26 +01:00

6 lines
82 B
PHP

if ! cd {{ $path }}; then
echo 'VITO_SSH_ERROR' && exit 1
fi
{!! $script !!}