Skip to content

Commit 596e600

Browse files
committed
Draft.
1 parent 9f3fac0 commit 596e600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_prog-ops/ops-custom.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)