This commit is contained in:
whyour 2024-08-02 00:58:39 +08:00
parent bdfabeec74
commit 68b7d6d1f6
12 changed files with 12 additions and 12 deletions

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
echo "finish crond" echo "finish crond"

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
crond -f crond -f

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
echo "finish ngnix" echo "finish ngnix"

View File

@ -1,4 +1,4 @@
#!/command/execlineb -P #!/bin/bash
dir_shell=/ql/shell dir_shell=/ql/shell
. $dir_shell/share.sh . $dir_shell/share.sh
. $dir_shell/env.sh . $dir_shell/env.sh

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
echo "finish panel" echo "finish panel"

View File

@ -1,4 +1,4 @@
#!/command/execlineb -P #!/bin/bash
dir_shell=/ql/shell dir_shell=/ql/shell
. $dir_shell/share.sh . $dir_shell/share.sh
. $dir_shell/env.sh . $dir_shell/env.sh

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
echo "finish public" echo "finish public"

View File

@ -1,4 +1,4 @@
#!/command/execlineb -P #!/bin/bash
dir_shell=/ql/shell dir_shell=/ql/shell
. $dir_shell/share.sh . $dir_shell/share.sh
. $dir_shell/env.sh . $dir_shell/env.sh

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
echo "finish schedule" echo "finish schedule"

View File

@ -1,4 +1,4 @@
#!/command/execlineb -P #!/bin/bash
dir_shell=/ql/shell dir_shell=/ql/shell
. $dir_shell/share.sh . $dir_shell/share.sh
. $dir_shell/env.sh . $dir_shell/env.sh

View File

@ -1,2 +1,2 @@
#!/command/execlineb -P #!/bin/bash
echo "finish update" echo "finish update"

View File

@ -1,4 +1,4 @@
#!/command/execlineb -P #!/bin/bash
dir_shell=/ql/shell dir_shell=/ql/shell
. $dir_shell/share.sh . $dir_shell/share.sh
. $dir_shell/env.sh . $dir_shell/env.sh