added commands to display the end of the deployment log files
parent
f7c79e1135
commit
32f3cea10a
|
@ -6,3 +6,5 @@ free -h
|
||||||
df -h
|
df -h
|
||||||
cat /var/run/reboot-required
|
cat /var/run/reboot-required
|
||||||
who
|
who
|
||||||
|
tail -n 20 /var/www/admin.strassenkind.ip/stdout.log
|
||||||
|
tail -n 20 /var/www/admin.strassenkind.ip/stderr.log
|
||||||
|
|
Loading…
Reference in New Issue