Changeset 1646 for zero-center
- Timestamp:
- May 23, 2016, 1:08:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zero-center/trunk/fuentes/install-files/usr/bin/zero-lliurex-wget
r1644 r1646 178 178 helper "$1" 179 179 namefile "$1" "$2" "$3" 180 ( 181 echo "60" 182 echo "# Cheking net parameters to download $NAME_FILE, please keep calm" 183 check_parameters "$1" "$2" 184 echo "100" 185 echo "# All is OK, continue to download the file." 186 ) | 187 zenity --progress --title="ZERO-CENTER-WGET" --percentage=0 --auto-close --auto-kill --width 600 --no-cancel 180 181 check_parameters "$1" "$2" | zenity --progress --title="ZERO-CENTER-WGET" --pulsate --text="Cheking net parameters to download $NAME_FILE, please keep calm........." --auto-close --auto-kill --width 600 --no-cancel 188 182 189 183 mainwget "$1" "$2" "$NAME_FILE"
Note: See TracChangeset
for help on using the changeset viewer.