Skip to content

Commit a06b120

Browse files
Stop houseclock before reinstalling
1 parent 1af711e commit a06b120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ package:
2727
tar -cf packages/houseclock-`date +%F`.tgz houseclock init.debian Makefile
2828

2929
install:
30+
if [ -e /etc/init.d/houseclock ] ; then systemctl stop houseclock ; fi
3031
mkdir -p /usr/local/bin
3132
cp houseclock /usr/local/bin
3233
cp init.debian /etc/init.d/houseclock

0 commit comments

Comments
 (0)