Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Sep 10, 2018
1 parent 46a533e commit b758ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ jlcd_start(){
mkdir edit/mydir
fi
chmod 777 edit/mydir
msg_out 'use edit/mydir to store files that are not supposed to be included in the resultant livecd. This directory content persisits and thus you can keep source packages and other files here. An octal 777 permission is set for this directory, thus no root privilege required to copy files.'
msg_out 'use edit/mydir to store files that are not supposed to be included in the resultant livecd. This directory content persists and thus you can keep source packages and other files here. An octal 777 permission is set for this directory, thus no root privilege required to copy files.'
##############################Create chroot environment and prepare it for use#############################################
msg_out "Detecting access control state"
if xhost | grep 'access control enabled' >/dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion help
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ else
*************** Help for archlinux based distros ****************
*****************************************************************
upgrade: pacman -Syu
install a package: pacman -Sy package_name
install a package: pacman -S package_name
"
fi

0 comments on commit b758ecd

Please sign in to comment.