mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Try to ensure PUBLIC_TAG stays under 31 chars
This commit is contained in:
parent
6bc4c6202a
commit
fe86d970ec
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -864,7 +864,7 @@ if command -v xdg-user-dir &>/dev/null; then
|
|||
if [ ! -d "${PUBLIC}" ]; then
|
||||
mkdir -p "${PUBLIC}"
|
||||
fi
|
||||
PUBLIC_TAG=$(basename ${PUBLIC})-${USER,,}
|
||||
PUBLIC_TAG="Public-${USER,,}"
|
||||
# shellcheck disable=SC2012
|
||||
PUBLIC_PERMS=$(ls -ld "${PUBLIC}" | cut -d' ' -f1)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue