mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-21 22:08:48 +00:00
fixes
This commit is contained in:
parent
0ab5969d3a
commit
de17b0f1b5
@ -1,13 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f /etc/systemd/system/fastapi-dls.service ]; then
|
||||
echo "> Removing service file."
|
||||
rm /etc/systemd/system/fastapi-dls.service
|
||||
fi
|
||||
|
||||
if [ -d /usr/share/fastapi-dls ]; then
|
||||
echo "> Removing app."
|
||||
rm -r /usr/share/fastapi-dls
|
||||
fi
|
||||
# is removed automatically
|
||||
#if [ "$1" = purge ] && [ -d /usr/share/fastapi-dls ]; then
|
||||
# echo "> Removing app."
|
||||
# rm -r /usr/share/fastapi-dls
|
||||
#fi
|
||||
|
||||
# todo
|
||||
|
Loading…
Reference in New Issue
Block a user