Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Úprava práv kopírovaného souboru
  • Loading branch information
RadekRojik authored Jul 2, 2022
1 parent 2a10c05 commit e316924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ install -o root -m 750 ./conkys_start.sh /usr/local/sbin/conkys_start.sh
install -o root -m 750 ./conkys_end.sh /usr/local/sbin/conkys_end.sh
install -o root -m 664 ./[email protected] /etc/systemd/system/[email protected]
install -o $uzivatel -m 664 ./99-conkys.rules /etc/udev/rules.d/99-conkys.rules
install -o $uzivatel -m 664 ./$file1 $USER_DIR/$file1
install -o $uzivatel -m 774 ./$file1 $USER_DIR/$file1
install -o $uzivatel -m 664 ./my_conf.conf $USER_DIR/my_conf.conf
# zapnutí služby
systemctl enable /etc/systemd/system/[email protected]
Expand Down

0 comments on commit e316924

Please sign in to comment.