mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Revert "client175: Convert python2 modules in source tarball to python3"
This reverts commit 6d11cd4375.
At my tests the server will not start because missing deps of cherrypy and not all files are properly converted yet.
This commit is contained in:
@@ -26,7 +26,7 @@ case "$1" in
|
||||
fi
|
||||
fi
|
||||
boot_mesg "Starting Client175 MPD WebIF..."
|
||||
sudo -u nobody python3 /srv/client175/server.py > /var/log/client175 2>&1 &
|
||||
sudo -u nobody python /srv/client175/server.py > /var/log/client175 2>&1 &
|
||||
echo $! > /var/run/client175.pid
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user