diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:30:49 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:31:25 +0100 |
commit | 015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30 (patch) | |
tree | 81cf315da47e263a79a892428240502cf0f7d079 /honkinit | |
parent | bf1a991d4337ebc15ed4e52176c8acf382ef0701 (diff) | |
download | honk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.tar.gz honk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.zip |
shorter patch names, updated README.md, new Makefile
Diffstat (limited to 'honkinit')
-rwxr-xr-x | honkinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/honkinit b/honkinit new file mode 100755 index 0000000..6c5d568 --- /dev/null +++ b/honkinit @@ -0,0 +1,3 @@ +#!/bin/sh +HONKDIR="/usr/share/honk" +su -l honk -c "honk -datadir $HONKDIR init" |