Commit Graph

8 Commits

Author SHA1 Message Date
4c05f520ba fix: repair media-organizer.service and prevent future issues
- Add fix_systemctl.sh to repair corrupted media-organizer.service
- Fix setup_media_organizer.sh to use SUDO_USER instead of whoami
  when running with sudo (prevents User/Group being set to root)

The service was failing due to:
1. Corrupted ExecStart path (line break in the middle)
2. Wrong script path (missing 'utils/' directory)
3. User/Group set to root instead of actual user
2025-12-04 20:31:44 +01:00
0b9035ff1a chore: rooting bl9000 with etc hosts 2025-11-17 11:14:38 +01:00
f55e6ed97c style: convert remaining tabs to spaces in root_bl9000.sh 2025-11-16 20:59:56 +01:00
c1b1282d64 feat: root bl9000 script with backup functionality 2025-11-16 20:37:48 +01:00
41fe3b9b26 feat: add 4 utils 2025-11-14 15:44:34 +01:00
7df66d141e feat: script for formatting sd card 2025-11-14 14:49:51 +01:00
42db2c1d44 fix: shellcheck issues 2025-11-01 15:36:22 +01:00
63a4f8b3ae chore: organize scripts folder 2025-10-31 17:31:16 +01:00