Skip to content
Snippets Groups Projects
Commit 8618e1b8 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove unused files.

parent ee0efcf1
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,5 @@ services: ...@@ -13,6 +13,5 @@ services:
- "./config.py:/home/nopaque/config.py" - "./config.py:/home/nopaque/config.py"
- "./migrations:/home/nopaque/migrations" - "./migrations:/home/nopaque/migrations"
- "./nopaque.py:/home/nopaque/nopaque.py" - "./nopaque.py:/home/nopaque/nopaque.py"
- "./nopaque-daemon.sh:/home/nopaque/nopaque-daemon.sh"
- "./requirements.txt:/home/nopaque/requirements.txt" - "./requirements.txt:/home/nopaque/requirements.txt"
- "./tests:/home/nopaque/tests" - "./tests:/home/nopaque/tests"
#!/bin/bash
# The nopaque daemon is essentially just a loop in which the daemon tasks are
# periodically executed
while true; do
flask tasks
sleep 1
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment