equal
deleted
inserted
replaced
24 } |
24 } |
25 # moving logs and data to var/ |
25 # moving logs and data to var/ |
26 mv ${core}/usr/share/littlebird-tc/TrustCenter/data/logs ${core}/var/log/littlebird-tc |
26 mv ${core}/usr/share/littlebird-tc/TrustCenter/data/logs ${core}/var/log/littlebird-tc |
27 mv ${core}/usr/share/littlebird-tc/TrustCenter/data/* ${core}/var/lib/littlebird-tc/ |
27 mv ${core}/usr/share/littlebird-tc/TrustCenter/data/* ${core}/var/lib/littlebird-tc/ |
28 |
28 |
|
29 # fix permissions |
|
30 chmod +x ${core}/usr/share/littlebird-tc/TrustCenter/scripts/install_update_db |
|
31 |
29 # find ${core} ${common} ${sql} -type f -exec chmod a-x {} + |
32 # find ${core} ${common} ${sql} -type f -exec chmod a-x {} + |
30 # find ${core} ${common} ${sql} -type f \ |
33 # find ${core} ${common} ${sql} -type f \ |
31 # \( -name '*.sh' -o -path '*/scripts/*' \) \ |
34 # \( -name '*.sh' -o -path '*/scripts/*' \) \ |
32 # -exec ${SHELL} -c 'file {} | grep -q executable' \; -exec chmod +x {} \; |
35 # -exec ${SHELL} -c 'file {} | grep -q executable' \; -exec chmod +x {} \; |
33 |
36 |