mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2026-05-24 19:28:54 +03:00
refactorings
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f /etc/systemd/system/fastapi-dls.service ]]; then
|
||||
echo "> Removing service file."
|
||||
rm /etc/systemd/system/fastapi-dls.service
|
||||
fi
|
||||
|
||||
# todo
|
||||
Reference in New Issue
Block a user