Log package version on start.
[carnet-upgrade.git] / src / functions.sh
index 4512ee6..8792723 100644 (file)
@@ -6,6 +6,7 @@ notice () {
 }
 
 first_warning () {
+  log "$version"
   LC_MESSAGES=hr_HR dialog --backtitle "$title" --yesno "$msg_first_warning" 18 75
   if [ $? -ne 0 ]; then
     log "Upgrade canceled."