pull/1/head
Igor Zalatov (from Citadel PC) 2022-09-04 18:52:51 +03:00
parent 034d5a6605
commit e74c7086f5
1 changed files with 1 additions and 2 deletions

View File

@ -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