@@ -218,15 +218,15 @@ if [[ "$WP_ADMIN_PASSWORD" = PLACEHOLDER ]];
218218fi
219219
220220# Install Check
221- source /var/log/EngineScript/install-log.txt
221+ source /var/log/EngineScript/install-log.log
222222
223223# Repositories
224224if [[ " ${REPOS} " = 1 ]];
225225 then
226226 echo " REPOS script has already run"
227227 else
228228 /usr/local/bin/enginescript/scripts/install/repositories/repositories-install.sh 2>> /tmp/enginescript_install_errors.log
229- echo " REPOS=1" >> /var/log/EngineScript/install-log.txt
229+ echo " REPOS=1" >> /var/log/EngineScript/install-log.log
230230fi
231231print_last_errors
232232debug_pause " Install Repositories"
@@ -237,7 +237,7 @@ if [[ "${REMOVES}" = 1 ]];
237237 echo " REMOVES script has already run"
238238 else
239239 /usr/local/bin/enginescript/scripts/install/removes/remove-preinstalled.sh 2>> /tmp/enginescript_install_errors.log
240- echo " REMOVES=1" >> /var/log/EngineScript/install-log.txt
240+ echo " REMOVES=1" >> /var/log/EngineScript/install-log.log
241241fi
242242print_last_errors
243243debug_pause " Remove Preinstalled Software"
@@ -248,7 +248,7 @@ if [[ "${BLOCK}" = 1 ]];
248248 echo " BLOCK script has already run"
249249 else
250250 /usr/local/bin/enginescript/scripts/install/block/package-block.sh 2>> /tmp/enginescript_install_errors.log
251- echo " BLOCK=1" >> /var/log/EngineScript/install-log.txt
251+ echo " BLOCK=1" >> /var/log/EngineScript/install-log.log
252252fi
253253print_last_errors
254254debug_pause " Block Unwanted Packages"
@@ -259,7 +259,7 @@ if [[ "${UBUNTU_PRO}" = 1 ]];
259259 echo " UBUNTU_PRO script has already run"
260260 else
261261 /usr/local/bin/enginescript/scripts/install/ubuntu-pro/ubuntu-pro-install.sh 2>> /tmp/enginescript_install_errors.log
262- echo " UBUNTU_PRO=1" >> /var/log/EngineScript/install-log.txt
262+ echo " UBUNTU_PRO=1" >> /var/log/EngineScript/install-log.log
263263fi
264264print_last_errors
265265debug_pause " Ubuntu Pro Setup"
@@ -285,7 +285,7 @@ if [[ "${CRON}" = 1 ]];
285285 echo " CRON script has already run."
286286 else
287287 /usr/local/bin/enginescript/scripts/install/cron/cron-install.sh 2>> /tmp/enginescript_install_errors.log
288- echo " CRON=1" >> /var/log/EngineScript/install-log.txt
288+ echo " CRON=1" >> /var/log/EngineScript/install-log.log
289289fi
290290print_last_errors
291291debug_pause " Cron"
@@ -296,7 +296,7 @@ if [[ "${ACME}" = 1 ]];
296296 echo " ACME.sh script has already run"
297297 else
298298 /usr/local/bin/enginescript/scripts/install/acme/acme-install.sh 2>> /tmp/enginescript_install_errors.log
299- echo " ACME=1" >> /var/log/EngineScript/install-log.txt
299+ echo " ACME=1" >> /var/log/EngineScript/install-log.log
300300fi
301301print_last_errors
302302debug_pause " ACME.sh"
@@ -307,7 +307,7 @@ if [[ "${GCC}" = 1 ]];
307307 echo " GCC script has already run."
308308 else
309309 /usr/local/bin/enginescript/scripts/install/gcc/gcc-install.sh 2>> /tmp/enginescript_install_errors.log
310- echo " GCC=1" >> /var/log/EngineScript/install-log.txt
310+ echo " GCC=1" >> /var/log/EngineScript/install-log.log
311311fi
312312print_last_errors
313313debug_pause " GCC"
@@ -318,7 +318,7 @@ if [[ "${OPENSSL}" = 1 ]];
318318 echo " OPENSSL script has already run."
319319 else
320320 /usr/local/bin/enginescript/scripts/install/openssl/openssl-install.sh 2>> /tmp/enginescript_install_errors.log
321- echo " OPENSSL=1" >> /var/log/EngineScript/install-log.txt
321+ echo " OPENSSL=1" >> /var/log/EngineScript/install-log.log
322322fi
323323print_last_errors
324324debug_pause " OpenSSL"
@@ -329,7 +329,7 @@ if [[ "${SWAP}" = 1 ]];
329329 echo " SWAP script has already run."
330330 else
331331 /usr/local/bin/enginescript/scripts/install/swap/swap-install.sh 2>> /tmp/enginescript_install_errors.log
332- echo " SWAP=1" >> /var/log/EngineScript/install-log.txt
332+ echo " SWAP=1" >> /var/log/EngineScript/install-log.log
333333fi
334334print_last_errors
335335debug_pause " Swap"
@@ -340,7 +340,7 @@ if [[ "${KERNEL_TWEAKS}" = 1 ]];
340340 echo " KERNEL TWEAKS script has already run."
341341 else
342342 /usr/local/bin/enginescript/scripts/install/kernel/kernel-tweaks-install.sh 2>> /tmp/enginescript_install_errors.log
343- echo " KERNEL_TWEAKS=1" >> /var/log/EngineScript/install-log.txt
343+ echo " KERNEL_TWEAKS=1" >> /var/log/EngineScript/install-log.log
344344fi
345345print_last_errors
346346debug_pause " Kernel Tweaks"
@@ -351,7 +351,7 @@ if [[ "${KSM}" = 1 ]];
351351 echo " KSM script has already run."
352352 else
353353 /usr/local/bin/enginescript/scripts/install/kernel/ksm.sh 2>> /tmp/enginescript_install_errors.log
354- echo " KSM=1" >> /var/log/EngineScript/install-log.txt
354+ echo " KSM=1" >> /var/log/EngineScript/install-log.log
355355fi
356356print_last_errors
357357debug_pause " Kernel Samepage Merging"
@@ -362,7 +362,7 @@ if [[ "${SFL}" = 1 ]];
362362 echo " SYSTEM FILE LIMITS script has already run."
363363 else
364364 /usr/local/bin/enginescript/scripts/install/system-misc/file-limits.sh 2>> /tmp/enginescript_install_errors.log
365- echo " SFL=1" >> /var/log/EngineScript/install-log.txt
365+ echo " SFL=1" >> /var/log/EngineScript/install-log.log
366366fi
367367print_last_errors
368368debug_pause " Raising System File Limits"
@@ -373,7 +373,7 @@ if [[ "${NTP}" = 1 ]];
373373 echo " NTP script has already run."
374374 else
375375 /usr/local/bin/enginescript/scripts/install/systemd/timesyncd.sh 2>> /tmp/enginescript_install_errors.log
376- echo " NTP=1" >> /var/log/EngineScript/install-log.txt
376+ echo " NTP=1" >> /var/log/EngineScript/install-log.log
377377fi
378378print_last_errors
379379debug_pause " NTP"
@@ -384,7 +384,7 @@ if [[ "${PCRE}" = 1 ]];
384384 echo " PCRE script has already run."
385385 else
386386 /usr/local/bin/enginescript/scripts/install/pcre/pcre-install.sh 2>> /tmp/enginescript_install_errors.log
387- echo " PCRE=1" >> /var/log/EngineScript/install-log.txt
387+ echo " PCRE=1" >> /var/log/EngineScript/install-log.log
388388fi
389389print_last_errors
390390debug_pause " PCRE"
@@ -395,7 +395,7 @@ if [[ "${ZLIB}" = 1 ]];
395395 echo " ZLIB script has already run."
396396 else
397397 /usr/local/bin/enginescript/scripts/install/zlib/zlib-install.sh 2>> /tmp/enginescript_install_errors.log
398- echo " ZLIB=1" >> /var/log/EngineScript/install-log.txt
398+ echo " ZLIB=1" >> /var/log/EngineScript/install-log.log
399399fi
400400print_last_errors
401401debug_pause " zlib"
@@ -406,7 +406,7 @@ if [[ "${LIBURING}" = 1 ]];
406406 echo " LIBURING script has already run."
407407 else
408408 /usr/local/bin/enginescript/scripts/install/liburing/liburing-install.sh 2>> /tmp/enginescript_install_errors.log
409- echo " LIBURING=1" >> /var/log/EngineScript/install-log.txt
409+ echo " LIBURING=1" >> /var/log/EngineScript/install-log.log
410410fi
411411print_last_errors
412412debug_pause " liburing"
@@ -417,7 +417,7 @@ if [[ "${UFW}" = 1 ]];
417417 echo " UFW script has already run."
418418 else
419419 /usr/local/bin/enginescript/scripts/install/ufw/ufw-install.sh 2>> /tmp/enginescript_install_errors.log
420- echo " UFW=1" >> /var/log/EngineScript/install-log.txt
420+ echo " UFW=1" >> /var/log/EngineScript/install-log.log
421421fi
422422print_last_errors
423423debug_pause " UFW"
@@ -468,7 +468,7 @@ if [[ "${TOOLS}" = 1 ]];
468468 echo " TOOLS script has already run."
469469 else
470470 /usr/local/bin/enginescript/scripts/install/tools/tools-install.sh 2>> /tmp/enginescript_install_errors.log
471- echo " TOOLS=1" >> /var/log/EngineScript/install-log.txt
471+ echo " TOOLS=1" >> /var/log/EngineScript/install-log.log
472472fi
473473print_last_errors
474474debug_pause " Tools"
498498 echo " ⚠️ This may indicate errors during installation that need attention."
499499 echo " "
500500 echo " RECOMMENDATION:"
501- echo " 1. Review /var/log/EngineScript/install-error-log.txt for any errors"
501+ echo " 1. Review /var/log/EngineScript/install-error-log.log for any errors"
502502 echo " 2. Use 'es.debug' command after reboot to generate a diagnostic report"
503503 echo " 3. Consider re-running the installation script to complete missing components"
504504 echo " "
0 commit comments