Browse code

support for Aredn FW v3.20.3.0

gandolf authored on 03/31/2020 17:37:45
Showing 1 changed files
1 1
deleted file mode 100755
... ...
@@ -1,16 +0,0 @@
1
-#!/bin/sh
2
-#
3
-# Create a directory in the temporary file system for arednsig dynamic
4
-# data.  Set ownership and permissions to allow the Apache www-data user
5
-# read and write access to this folder.
6
-mkdir /tmp/arednsig
7
-sudo chown :www-data /tmp/arednsig
8
-chmod g+w /tmp/arednsig
9
-
10
-# Uncomment the following line if you choose to mount the dynamic
11
-# folder to the folder created above.
12
-#sudo mount --bind /tmp/arednsig  /home/pi/public_html/arednsig/dynamic
13
-
14
-# Start arednsig agent
15
-(sleep 5; /home/pi/bin/ardstart;) &
16
-
Browse code

bug fixes

gandolf authored on 01/22/2020 05:51:25
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,16 @@
1
+#!/bin/sh
2
+#
3
+# Create a directory in the temporary file system for arednsig dynamic
4
+# data.  Set ownership and permissions to allow the Apache www-data user
5
+# read and write access to this folder.
6
+mkdir /tmp/arednsig
7
+sudo chown :www-data /tmp/arednsig
8
+chmod g+w /tmp/arednsig
9
+
10
+# Uncomment the following line if you choose to mount the dynamic
11
+# folder to the folder created above.
12
+#sudo mount --bind /tmp/arednsig  /home/pi/public_html/arednsig/dynamic
13
+
14
+# Start arednsig agent
15
+(sleep 5; /home/pi/bin/ardstart;) &
16
+