Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
prod_build_cellframe-dashboard
Commits
7dbd5a32
Commit
7dbd5a32
authored
2 years ago
by
Denis Sumin
Committed by
Constantin P.
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix libz depend
parent
4621aff7
No related branches found
Branches containing commit
No related tags found
2 merge requests
!56
Develop nodeplistfix
,
!45
Hotfix libz depend
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mac/essentials/Cellframe-Dashboard-pkginstall/postinstall
+6
-6
6 additions, 6 deletions
mac/essentials/Cellframe-Dashboard-pkginstall/postinstall
with
6 additions
and
6 deletions
mac/essentials/Cellframe-Dashboard-pkginstall/postinstall
+
6
−
6
View file @
7dbd5a32
...
...
@@ -27,9 +27,9 @@ wd=$(pwd)
cd
$EXEC_PREFIX
/../MacOS
for
filename
in
$(
ls
.
|
grep
-v
'.'
)
;
do
if
[
-L
$filename
]
&&
[
!
-e
$filename
]
;
then
strip
-u
-r
$filename
fi
if
[
-L
$filename
]
&&
[
!
-e
$filename
]
;
then
strip
-u
-r
$filename
fi
done
sudo chmod
+x
$EXEC_PREFIX
/create_configs.sh
...
...
@@ -39,10 +39,10 @@ $EXEC_PREFIX/create_configs.sh
mkdir
-p
/Users/
$USER
/Library/LaunchAgents
launchctl stop
$SERVICE
launchctl unload
-w
/Users/
$USER
/Library/LaunchAgents/
$SERVICE
.plist
sudo
-u
$USER
launchctl unload
-w
/Users/
$USER
/Library/LaunchAgents/
$SERVICE
.plist
launchctl stop
$NODE
launchctl unload
-w
/Users/
$USER
/Library/LaunchAgents/
$NODE
.plist
sudo
-u
$USER
launchctl unload
-w
/Users/
$USER
/Library/LaunchAgents/
$NODE
.plist
sudo chown
$USER
/Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$SERVICE
.plist
sudo chmod
644 /Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$SERVICE
.plist
...
...
@@ -69,4 +69,4 @@ sudo rm /Applications/Cellframe.app
echo
"node agent:
$(
launchctl list |
grep
cell
)
"
>
/tmp/cellframe-dashboard_install_logs.txt
echo
"service agent:
$(
launchctl list |
grep
cell
)
"
>
/tmp/cellframe-dashboard_install_logs.txt
cd
$wd
cd
$wd
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment