Initial commit
This commit is contained in:
4
webapp/start.sh
Executable file
4
webapp/start.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Start Docker Backup Web UI
|
||||
cd "$(dirname "$0")"
|
||||
exec python3 app.py "$@"
|
||||
Reference in New Issue
Block a user