vito/resources/commands/system/run-script.sh
Saeed Vaziry 38e23a1ceb
fix consecutive deployment issue (#62)
* fix consecutive deployment issue

* fix styles
2023-09-29 23:08:56 +02:00

6 lines
74 B
Bash

if ! cd __path__; then
echo 'VITO_SSH_ERROR' && exit 1
fi
__script__