Skip to content

Commit e316924

Browse files
authored
Update install.sh
Úprava práv kopírovaného souboru
1 parent 2a10c05 commit e316924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install -o root -m 750 ./conkys_start.sh /usr/local/sbin/conkys_start.sh
6868
install -o root -m 750 ./conkys_end.sh /usr/local/sbin/conkys_end.sh
6969
install -o root -m 664 ./[email protected] /etc/systemd/system/[email protected]
7070
install -o $uzivatel -m 664 ./99-conkys.rules /etc/udev/rules.d/99-conkys.rules
71-
install -o $uzivatel -m 664 ./$file1 $USER_DIR/$file1
71+
install -o $uzivatel -m 774 ./$file1 $USER_DIR/$file1
7272
install -o $uzivatel -m 664 ./my_conf.conf $USER_DIR/my_conf.conf
7373
# zapnutí služby
7474
systemctl enable /etc/systemd/system/[email protected]

0 commit comments

Comments
 (0)