mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2024-11-23 23:41:06 +03: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
|