Switched to neutral /root as the virtual file system!

This commit is contained in:
2025-06-20 19:19:58 +02:00
parent 39b43fef75
commit 0d3ee0a0eb
7 changed files with 10 additions and 10 deletions

View File

@ -412,7 +412,7 @@ if (!$state || !isset($state['localData']) || !json_decode($state['localData'],
<script>
window.THOS = {
version: '6 Build-32'
version: '6 Build-33'
};
let timeoutSeconds = 180;
@ -748,7 +748,7 @@ if (!$state || !isset($state['localData']) || !json_decode($state['localData'],
try {
const isValid = /^https:\/\/surillya\.com\//.test(packageFileUrl);
const fileName = packageFileUrl.split('/').pop().split('?')[0];
const outputPath = `/home/surillya/.temp/${fileName}`;
const outputPath = `/root/.temp/${fileName}`;
// I HATE UNDERSCORES!!!!
// underscore =/= dash