Add permissions to file
This commit is contained in:
parent
3d080e251e
commit
396dc38a8a
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ done
|
|||
sed -i -e "1i `echo 'cat <<EOF'`" "${grubdir}/$(getValueByKey 'filename')"
|
||||
echo "EOF" >> "${grubdir}/$(getValueByKey 'filename')"
|
||||
|
||||
chmod 755 "${grubdir}/$(getValueByKey 'filename')"
|
||||
|
||||
grub-mkconfig -o $(getValueByKey 'grub_cfg')
|
||||
|
||||
less $(getValueByKey 'grub_cfg')
|
||||
|
|
Loading…
Reference in a new issue