Subtree Merging 설정

This commit is contained in:
chicpro
2014-06-09 14:57:31 +09:00
parent 7983affa68
commit cd50ef5d48
3 changed files with 16 additions and 0 deletions

16
perms.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
# kcp 본인확인 실행 파일
chmod 755 plugin/kcpcert/bin/ct_cli
# okname 본인확인 실행 파일
chmod 755 plugin/okname/bin/okname
chmod 755 plugin/okname/bin/okname_x64
# kcp 전자결제 실행 파일
if [ -d "shop" ]; then
chmod 755 shop/kcp/bin/pp_cli
chmod 755 shop/kcp/bin/pp_cli_x64
fi
echo "Complete change permissions."

0
plugin/kcpcert/bin/ct_cli Normal file → Executable file
View File

0
plugin/okname/bin/okname Normal file → Executable file
View File