Skip to content

Commit

Permalink
fix: macos updater
Browse files Browse the repository at this point in the history
  • Loading branch information
hiento09 committed Nov 7, 2024
1 parent 986c86b commit 9b60232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/templates/macos/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DESTINATION_BINARY_NAME=cortex
DATA_FOLDER_NAME=.cortex
CONFIGURATION_FILE_NAME=.cortexrc

if [ -f "/var/tmp/cortex_installer_skip_postinstall" ]; then
if [ -f "/var/tmp/cortex_installer_skip_postinstall_check" ]; then
echo "Skipping postinstall script."
exit 0
fi
Expand Down
2 changes: 1 addition & 1 deletion engine/templates/macos/postinstall_local
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DESTINATION_BINARY_NAME=cortex
DATA_FOLDER_NAME=.cortex
CONFIGURATION_FILE_NAME=.cortexrc

if [ -f "/var/tmp/cortex_installer_skip_postinstall" ]; then
if [ -f "/var/tmp/cortex_installer_skip_postinstall_check" ]; then
echo "Skipping postinstall script."
exit 0
fi
Expand Down

0 comments on commit 9b60232

Please sign in to comment.