Modificar 'bookworm/BldHelper.py'

This commit is contained in:
Manuel Fernando da silva rosa 2023-05-25 19:53:59 +00:00
parent 48ea8d5ed5
commit bf77b4a0a4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ SUFFIX = "amd64"
BUILD = "Deb"
TODAY = datetime.datetime.utcnow().strftime("%Y-%m-%d")
FileName = f"{PREFIX}-{SUFFIX}"
LOCATION = "/var/www/html/nightly/PepMini/" + BUILD
LOCATION = "/var/www/html/nightly/PepOSServer/" + BUILD
LogDir = "/var/log/Live-Build"
WorkingDir = "/home/pepadmin/PepOSServer/bookworm"