mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
modify message displayed if TMP cannot be cleaned due to permissions etc
This commit is contained in:
parent
409b179163
commit
e05d069c2b
1 changed files with 2 additions and 1 deletions
|
@ -826,7 +826,8 @@ fi
|
|||
cleanup () {
|
||||
check_write $TMP
|
||||
if [ $WRITE = "false" ]; then
|
||||
echo "Sbopkg attempted to clean out leftover files in \$TMP, but"
|
||||
echo "Sbopkg attempted to clean out leftover files in \$TMP,"
|
||||
echo "which is set to $TMP in sbopkg.conf, but"
|
||||
echo "it appears that you do not have sufficient permissions to"
|
||||
echo "do so. Please check your \$TMP setting in sbopkg.conf,"
|
||||
echo "verify that your permissions are correct, or manually"
|
||||
|
|
Loading…
Reference in a new issue