Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: fix etc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 11, 2019
1 parent 885cad9 commit 2208fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ pkg_install() {

# This is repeated multiple times. Better to make it a function.
pkg_rsync() {
rsync --chown=root:root -WhHKa --no-compress "$1" --exclude etc \
rsync --chown=root:root -WhHKa --no-compress "$1" --exclude /etc \
"$tar_dir/$pkg_name/" "$KISS_ROOT/"
}

Expand Down Expand Up @@ -1018,7 +1018,7 @@ args() {
;;

v|version|-v|--version)
log kiss 0.51.0
log kiss 0.52.0
;;

h|help|-h|--help|'')
Expand Down

0 comments on commit 2208fd3

Please sign in to comment.