summaryrefslogtreecommitdiffstats
path: root/elchos/root-image/krebs/bin/refresh-shares.ship
blob: 364d7758130290e5090aee93ab2fe635c64a6f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#TODO:
#!/usr/bin/env ship
set -euf
#@include filehooker
. /krebs/lib/filehooker
ncdc_user="hooker"

share_all_partitions
systemctl restart hddtemp.service
exit 0