summaryrefslogtreecommitdiffstats
path: root/elchos/root-image/krebs/bin/refresh-shares.ship
blob: 46d15f46fb182e0ff70fea743a8930623a326999 (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="elch"

share_all_partitions
systemctl restart hddtemp.service
exit 0