mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make sure you're given the "start" argument before trying to start the script.
This commit is contained in:
parent
c4b86368de
commit
bf39c7d73a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33167
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ "$1" != "start" ]; then exit; fi
|
||||||
|
|
||||||
b=/a/asami/portbuild
|
b=/a/asami/portbuild
|
||||||
s=$b/scripts/reportload
|
s=$b/scripts/reportload
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue