mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
Feature/add remote server logs (#159)
This commit is contained in:
@ -1 +1,7 @@
|
||||
[ -f __path__ ] && cat __path__
|
||||
if [ -f __path__ ]; then
|
||||
if [ -n __lines__ ]; then
|
||||
sudo tail -n __lines__ __path__
|
||||
else
|
||||
sudo cat __path__
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user