kdave / btrfsmaintenance

Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.
GNU General Public License v2.0
897 stars 79 forks source link

install script does not copy `btrfsmaintenance-refresh-cron.sh` to the /usr/share/btrfsmaintenance #108

Open matejdro opened 2 years ago

matejdro commented 2 years ago

When doing manuall install via dist-install.sh, btrfsmaintenance-refresh systemd service will be broken, because btrfsmaintenance-refresh-cron.sh does not exist in the /usr/share/btrfsmaintenance.

It looks like install script does not copy it. Manually copying seems to work fine.