implement update system, cleaned output text
All checks were successful
/ Build Container (push) Successful in 1h12m54s

This commit is contained in:
2025-10-05 13:23:40 +05:30
parent fc64e871b9
commit c510c102f7
4 changed files with 49 additions and 26 deletions

View File

@@ -1,7 +1,5 @@
#! /bin/bash
echo Running as user: $USER
if [[ -z ${1} ]]; then
echo Main file not spicified
echo Restart the container with proper arguments
@@ -24,6 +22,7 @@ fi
# start auto compile loop
echo Starting AutoLTX...
echo
sleep 3
cd /app/project || exit 2