fix owner of starters
This commit is contained in:
parent
89f851bc73
commit
ccec0f7fea
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
source /etc/lmn/vm.conf
|
source /etc/lmn/vm.conf
|
||||||
RSYNC_COMMAND=$(rsync -ai --delete --exclude=mimeinfo.cache "${DESKTOPSTARTERDIR}" \
|
RSYNC_COMMAND=$(rsync -ai --delete --exclude=mimeinfo.cache \
|
||||||
|
--chown=root:root --chmod=F644,D755 "${DESKTOPSTARTERDIR}" \
|
||||||
/usr/local/share/applications/ | sed '/ \.\//d')
|
/usr/local/share/applications/ | sed '/ \.\//d')
|
||||||
if [[ $? -eq 0 ]] && [[ -n "${RSYNC_COMMAND}" ]]; then
|
if [[ $? -eq 0 ]] && [[ -n "${RSYNC_COMMAND}" ]]; then
|
||||||
echo "${RSYNC_COMMAND}"
|
echo "${RSYNC_COMMAND}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue