Subtree Merging 설정
This commit is contained in:
16
perms.sh
Normal file
16
perms.sh
Normal 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
0
plugin/kcpcert/bin/ct_cli
Normal file → Executable file
0
plugin/okname/bin/okname
Normal file → Executable file
0
plugin/okname/bin/okname
Normal file → Executable file
Reference in New Issue
Block a user