Skip to content

Commit

Permalink
Correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Dec 22, 2024
1 parent 72324fa commit 96a43e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _prog-ops/ops-custom.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
_custom() {
! _openChRoot && _messagePlain_bad 'fail: openChroot' && _messageFAIL


_messageNormal '***** ***** ***** ***** ***** custom: researchEngine'

_chroot sudo -n -u user bash -c 'cd /home/user/core/infrastructure/ubiquitous_bash ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _setup_researchEngine'
Expand All @@ -8,6 +11,8 @@ _custom() {

_chroot sudo -n -u user bash -c 'cd /home/user/core/infrastructure/iconArt ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _fetch_iconArt'


! _closeChRoot && _messagePlain_bad 'fail: closeChroot' && _messageFAIL
}

_custom-expand() {
Expand Down

0 comments on commit 96a43e2

Please sign in to comment.