File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 125
125
echo " ### Script successful, see updateProject.log..."
126
126
127
127
128
- echo -e " ###\n### Enabling startup services...\n###"
129
- systemctl enable movit_acquisition.service
130
- systemctl enable movit_frontend.service
131
- systemctl enable movit_backend.service
132
-
133
128
# This next part of the script is long to execute. Should be launched manually if needed
134
129
# echo -e "###\n### Executing 'updateProject.sh' with '--init-project'...\n###"
135
130
# $MovitPath/./updateProject.sh --init-project
Original file line number Diff line number Diff line change @@ -183,7 +183,12 @@ elif [[ $1 == $GitArg || $2 == $GitArg ]]; then
183
183
systemctl start movit_frontend.service
184
184
systemctl start movit_backend.service
185
185
186
- echo " Updating 'firstBootSetup.sh' in $HomePath "
186
+ echo -e " ###\n### Enabling startup services...\n###"
187
+ systemctl enable movit_acquisition.service
188
+ systemctl enable movit_frontend.service
189
+ systemctl enable movit_backend.service
190
+
191
+ echo " ### Updating 'firstBootSetup.sh' in $HomePath "
187
192
sudo -u pi cp $MovitPath /firstBootSetup.sh $HomePath /firstBootSetup.sh
188
193
189
194
echo " ### Done updating"
You can’t perform that action at this time.
0 commit comments