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