Skip to content

Commit ecfdc4a

Browse files
committed
Check home path
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 576c140 commit ecfdc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FILENAME=$2
99

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
free -m
12+
pwd
1313
./webimage.sh -b -p webimage_extracted
1414
rm -rf webimage.sh
1515
source webimage_extracted/bin/activate base

0 commit comments

Comments
 (0)