mirror of
https://github.com/MonkWho/pfatt.git
synced 2024-11-22 02:25:24 +01:00
Updating missing supplicant files
This commit is contained in:
parent
4fe449c390
commit
faa80d09f9
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
script_path="/root/bin/pfatt-5268AC.sh"
|
script_path="/cf/conf/pfatt/bin/pfatt-5268AC.sh"
|
||||||
|
|
||||||
name=`/usr/bin/basename "${script_path}"`
|
name=`/usr/bin/basename "${script_path}"`
|
||||||
|
|
||||||
@ -10,14 +10,14 @@ rc_start() {
|
|||||||
|
|
||||||
${script_path} &
|
${script_path} &
|
||||||
pid=$!
|
pid=$!
|
||||||
|
|
||||||
if [ $pid ]; then
|
if [ $pid ]; then
|
||||||
echo $pid > /var/run/${name}.pid
|
echo $pid > /var/run/${name}.pid
|
||||||
/usr/bin/logger -p daemon.info -i -t pfattStartup "Successfully started ${name}"
|
/usr/bin/logger -p daemon.info -i -t pfatt-5268AC "successfully started ${name}"
|
||||||
else
|
else
|
||||||
/usr/bin/logger -p daemon.error -i -t pfattStartup "Error starting ${name}"
|
/usr/bin/logger -p daemon.error -i -t pfatt-5268AC "error starting ${name}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Remove the lock
|
### Remove the lock
|
||||||
if [ -f /var/run/${name}.lck ]; then
|
if [ -f /var/run/${name}.lck ]; then
|
||||||
/bin/sleep 2
|
/bin/sleep 2
|
Loading…
Reference in New Issue
Block a user