mirror of https://github.com/OpenIPC/composer.git
Fix typo
parent
034d5a6605
commit
e74c7086f5
3
stapler
3
stapler
|
@ -11,7 +11,6 @@
|
|||
|
||||
RELEASE=""
|
||||
PROJECT="$1"
|
||||
PROJECT="${PROJECT:=t31_vixand}"
|
||||
TFTPSRV="root@172.17.32.17:/mnt/bigger-2tb/Rotator/TFTP"
|
||||
OUTTIME=$(date +"%Y%m%d")
|
||||
|
||||
|
@ -35,7 +34,7 @@ echo_c() {
|
|||
}
|
||||
|
||||
|
||||
if [ -n ${PROJECT} ]; then
|
||||
if [ -z ${PROJECT} ]; then
|
||||
echo_c 31 "\nPlease specify one project from the list at the command line:\n"
|
||||
tree -L 1 projects
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue