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