Skip to content

Commit 2a10c05

Browse files
authored
Update install.sh
1 parent c5e3337 commit 2a10c05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
uzivatel=$(id -n -u 1000)
2323

2424
# konfigurační adresář
25-
USER_DIR=/home/$uzivatel/.config/conky
25+
USER_DIR=/home/$uzivatel/.conky
2626
# konfigurační soubor se základním nastavením
2727
file1=conkys_data.conf.sh
2828
# konfigurak=$USER_DIR/my_conf.conf
@@ -61,6 +61,8 @@ sed -i "0,/source$/s//${vklad//\//\\/}/1" conkys_start.sh
6161
vklad="source $USER_DIR/$file1"
6262
sed -i "0,/source$/s//${vklad//\//\\/}/1" conkys_end.sh
6363

64+
[ -d $USER_DIR ] || mkdir -m 777 $USER_DIR
65+
6466
# kopírování souborů na svá místa s příslušnýma právama
6567
install -o root -m 750 ./conkys_start.sh /usr/local/sbin/conkys_start.sh
6668
install -o root -m 750 ./conkys_end.sh /usr/local/sbin/conkys_end.sh

0 commit comments

Comments
 (0)