mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2024-11-24 07:51:00 +03: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
|