Bladeren bron

capital letters

Daniel Gibbs 11 jaren geleden
bovenliggende
commit
1c24983067
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      functions/fn_update_check

+ 2 - 2
functions/fn_update_check

@@ -54,8 +54,8 @@ if [ "${appmanifestfilewc}" -ge "2" ]; then
 	fi
 	fi
 elif [ "${appmanifestfilewc}" -eq "0" ]; then
 elif [ "${appmanifestfilewc}" -eq "0" ]; then
 	if [ "${forceupdate}" -eq "1" ]; then
 	if [ "${forceupdate}" -eq "1" ]; then
-		fn_printfail "Still no appmanifest_${appid}.acf found: unable to update"
-		fn_scriptlog "Warning! Still no appmanifest_${appid}.acf found: unable to update"
+		fn_printfail "Still no appmanifest_${appid}.acf found: Unable to update"
+		fn_scriptlog "Warning! Still no appmanifest_${appid}.acf found: Unable to update"
 		exit
 		exit
 	fi
 	fi
 	forceupdate=1
 	forceupdate=1