File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ _custom() {
44
55 _messageNormal ' ***** ***** ***** ***** ***** custom: researchEngine'
66
7- _chroot sudo -n -u user bash -c ' cd /home/user/core/infrastructure/ubiquitous_bash ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _setup_researchEngine'
7+ _chroot sudo -n -u user bash -c ' cd /home/user/core/infrastructure/ubiquitous_bash ; _gitBest pull ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _setup_researchEngine'
88
99
1010 _messageNormal ' ***** ***** ***** ***** ***** custom: iconArt'
1111
12- _chroot sudo -n -u user bash -c ' cd /home/user/core/infrastructure/iconArt ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _fetch_iconArt'
12+ _chroot sudo -n -u user bash -c ' cd /home/user/core/infrastructure/iconArt ; _gitBest pull ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _fetch_iconArt'
1313
1414
1515 ! _closeChRoot && _messagePlain_bad ' fail: closeChroot' && _messageFAIL
You can’t perform that action at this time.
0 commit comments