5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
|
|
nextcloud_storage=/var/wwww/http/data
|
|
sudo -u www-data tail -f $nextcloud_storage/nextcloud.log
|