mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00: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,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" != "start" ]; then exit; fi
|
||||
|
||||
b=/a/asami/portbuild
|
||||
s=$b/scripts/reportload
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user