5 lines
103 B
Bash
5 lines
103 B
Bash
|
#!/bin/bash
|
||
|
# only calls nohup...
|
||
|
|
||
|
nohup /var/www/new/ehcp/ehcpdaemon2.sh >> /var/log/ehcp.log 2>&1 &
|