-fix invalid path includes
This commit is contained in:
parent
03ab7edea0
commit
7d2c2f65f2
4 changed files with 8 additions and 7 deletions
|
@ -4,4 +4,4 @@ echo
|
|||
echo "This will output the pypo log file."
|
||||
echo "Type in password for pypo user (default password is 'pypo'):"
|
||||
|
||||
su -l pypo -c "less /etc/service/pypo/log/main/current"
|
||||
su -l pypo -c "less /var/log/airtime/pypo/main/current"
|
||||
|
|
|
@ -4,4 +4,4 @@ echo
|
|||
echo "This will tail the pypo log file."
|
||||
echo "Type in password for pypo user (default password is 'pypo'):"
|
||||
|
||||
su -l pypo -c "tail -F /etc/service/pypo/log/main/current"
|
||||
su -l pypo -c "tail -F /var/log/airtime/pypo/main/current"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue