diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index 629d0319..cbadc81d 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.3.10" +release_version = "0.3.11" diff --git a/templates/systemd/panda.service.template b/templates/systemd/panda.service.template index ec50ec14..c6f3fd2f 100644 --- a/templates/systemd/panda.service.template +++ b/templates/systemd/panda.service.template @@ -8,7 +8,7 @@ Nice=0 Type=oneshot # Pre check of DB schema version. Output can be seen running 'systemctl status panda.service' -ExecStartPre=/bin/sh -c '. @@virtual_env_setup@@ && python -u @@install_purelib@@/pandaserver/test/SchemaChecker.py' +ExecStartPre=/bin/sh -c '@@virtual_env_setup@@ && python -u @@install_purelib@@/pandaserver/test/SchemaChecker.py' # Execute a dummy program ExecStart=/bin/true