refine log of uninstall

This commit is contained in:
2025-05-05 22:43:50 +02:00
parent 17314722c0
commit 42ccd97621

View File

@@ -21,4 +21,7 @@ systemctl --user daemon-reload
sudo rm -r $SERVICE_DIR sudo rm -r $SERVICE_DIR
crontab -l | grep -v "$VW_FOLDER/$BACKUP_FILE" | crontab - crontab -l | grep -v "$VW_FOLDER/$BACKUP_FILE" | crontab -
echo "Uninstall complete. Manually run haproxy config to rebuild config. Manually remove data directory $VW_FOLDER and $HOME/.local/backup if needed." echo "Uninstall complete. Manually run haproxy config to rebuild config. Manually remove data directory
- $VW_FOLDER
- $HOME/.local/backup/$CONTAINER_NAME
if needed."