Skip to content

Commit 690bd24

Browse files
committed
Add comments
1 parent 431bddf commit 690bd24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

elluminate.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ set_p_src() {
618618
mkdir -p "$mypath"/sources
619619
ESRC="$mypath"/sources
620620
echo $ESRC >$HOME/.cache/ebuilds/storepath
621-
sudo chattr +i $HOME/.cache/ebuilds/storepath
622621
printf "\n%s\n\n" "You have chosen: $ESRC"
623622
sleep 2
624623
}
@@ -728,6 +727,9 @@ install_now() {
728727
sudo ln -sf /usr/local/share/xsessions/enlightenment.desktop \
729728
/usr/share/xsessions/enlightenment.desktop
730729

730+
# Protect this file from accidental deletion.
731+
sudo chattr +i $HOME/.cache/ebuilds/storepath
732+
731733
p_bkp
732734

733735
sudo updatedb

0 commit comments

Comments
 (0)