mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #3284 from holta/iiab-apps-to-be-install_rm_tmp
iiab-apps-to-be-installed: rm tmp file (so diff users can later run this cleanly)
This commit is contained in:
commit
b12826d7af
1 changed files with 2 additions and 0 deletions
|
@ -30,3 +30,5 @@ while read app; do
|
|||
echo $app
|
||||
fi
|
||||
done < /tmp/iiab-apps-list
|
||||
|
||||
rm /tmp/iiab-apps-list # So a non-root user can later run this cleanly!
|
||||
|
|
Loading…
Reference in a new issue