mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iup: fix iup tmp directory path
This commit is contained in:
parent
f58fa5af0a
commit
f0c365c181
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ handle_Downloaded_file()
|
|||
reboot="off"
|
||||
rm -rf $IUPTEMP
|
||||
else
|
||||
cd /tmp/iup/
|
||||
cd $IUPTEMP
|
||||
tar xvzf $IUPCONFFILES
|
||||
for f in $CONFILESLURP
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue