nuke old python package folders

This commit is contained in:
aptalca 2024-10-12 16:24:33 -04:00
parent cf14fa39f7
commit 024ec9a5dc
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -2,7 +2,9 @@
# shellcheck shell=bash
# migration
rm -rf /config/lsiopy
rm -rf \
/config/lsiopy \
/config/.local/{bin,lib}
# Add abc user to python system install owner group, lsio (7310)
if ! id -G abc | grep -qw "7310"; then