mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-10 00:18:47 +00:00
9 lines
122 B
Bash
Executable File
9 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ -d /etc/fastapi-dls ]]; then
|
|
echo "> Removing config directory."
|
|
rm -r /etc/fastapi-dls
|
|
fi
|
|
|
|
# todo
|