mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Do not remove dialog temporary file.
This commit is contained in:
parent
b510a6cfe1
commit
a87166043f
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ developers" >> $TMPDIR/error.log
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
SHOWLIST=$(cat $TMPDIR/dialog.out | tr -d \")
|
SHOWLIST=$(cat $TMPDIR/dialog.out | tr -d \")
|
||||||
rm -f $TMPDIR/dialog.*
|
|
||||||
if [ -z "$SHOWLIST" ]; then
|
if [ -z "$SHOWLIST" ]; then
|
||||||
echo "No packages selected for $2, exiting."
|
echo "No packages selected for $2, exiting."
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in a new issue