homelab/fighter/scripts/assert_fstab.sh
Joey Hafner f8fee11980
Some checks failed
Deploy to Fighter / Deploy (push) Failing after 1s
Deploy to Fighter / Notify (push) Successful in 3s
Braindump for March 2024 Rescue
2024-03-30 17:54:10 -07:00

5 lines
98 B
Bash

#!/bin/bash
cat ~/homelab/fighter/fstab.txt | sudo tee > /etc/fstab
sudo systemctl daemon-reload