7 lines
184 B
Bash
Executable file
7 lines
184 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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"
|