1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-apps-to-be-installed: rm tmp file (so diff users can later run this cleanly)

This commit is contained in:
A Holt 2022-07-03 15:25:31 -04:00 committed by GitHub
parent f2f4afb3de
commit 98cbca6278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!