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 |
- |
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 |
+ |