Skip to content

Commit f97f593

Browse files
committed
no more rm of OPK_MOUNTPOINT after executing the opk file
1 parent 209ed7f commit f97f593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opkrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ int main(int argc, char **argv)
433433

434434
chdir("/");
435435
umount(OPK_MOUNTPOINT);
436-
rmdir(OPK_MOUNTPOINT);
436+
//rmdir(OPK_MOUNTPOINT);
437437

438438
ioctl(loopfd, LOOP_CLR_FD, (void *)0);
439439
close(loopfd);

0 commit comments

Comments
 (0)