setting script file permissions to 744

Former-commit-id: 78ab09c270b127e3ae7855008640618bf2177cc6
pull/191/head
quicksilver 2019-07-03 16:11:18 +08:00 committed by jinhai
parent 28cb8ae507
commit dcc04ae5ec
1 changed files with 5 additions and 5 deletions

View File

@ -142,12 +142,12 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf/server_config.template ${CMAKE_C
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf/log_config.template ${CMAKE_CURRENT_SOURCE_DIR}/conf/log_config.conf)
#install
install(FILES
scripts/start_server.sh
scripts/stop_server.sh
install(DIRECTORY scripts
DESTINATION scripts
FILE_PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
DESTINATION
scripts)
GROUP_EXECUTE GROUP_READ
WORLD_EXECUTE WORLD_READ
FILES_MATCHING PATTERN "*.sh")
install(FILES
conf/server_config.yaml
conf/log_config.conf