This commit is contained in:
AJ ONeal 2017-05-06 03:20:18 -06:00
parent 5bf95b8b25
commit 9ee2d7b890
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ install_for_launchd()
echo ""
# See http://www.launchd.info/
dap_dl "$installer_base/$my_app_launchd_service" "$my_app_dir/$my_app_launchd_service"
dap_dl "$caddy_launchd_service" "$my_app_dir/$my_app_launchd_service"
$sudo_cmd mv "$my_app_dir/$my_app_launchd_service" "$PREFIX/$my_app_launchd_service"
$sudo_cmd chown root:wheel "$PREFIX/$my_app_launchd_service"
$sudo_cmd chmod 0644 "$PREFIX/$my_app_launchd_service"