code style fix

add command tests
This commit is contained in:
Saeed Vaziry
2023-09-02 16:41:42 +02:00
parent 71f9dabc24
commit e1eb42059f
135 changed files with 1859 additions and 135 deletions

View File

@ -6,6 +6,6 @@ if ! sudo ln -s /usr/bin/php__version__ /usr/bin/php; then
echo 'VITO_SSH_ERROR' && exit 1
fi
echo "Default php is: \n"
echo "Default php is: "
php -v

View File

@ -2,4 +2,6 @@ if ! cd __path__; then
echo 'VITO_SSH_ERROR' && exit 1
fi
__script__
if ! __script__; then
echo 'VITO_SSH_ERROR' && exit 1
fi