Skip to content

Commit

Permalink
more enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
pocopico committed May 9, 2023
1 parent 6214316 commit 37933e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/extmgr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ EXTENSION_IDS="$extensionids"
_load_kmods(){
if [ -f ./mods_load.sh ] ; then
echo ":: Loading custom modules... [ OK ]"
./mods_load.sh
fi
}
Expand Down Expand Up @@ -314,7 +316,7 @@ function syntaxcheck() {
# ./newcustom.sh extadd https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json ds3622xsp_42951
#$1 $2 $3

echo "CMD LOGGED : $0 , $@" >> $0.log
echo "CMD LOGGED : $0 , $@" >>$0.log

case $1 in

Expand Down Expand Up @@ -342,4 +344,3 @@ processexts)
syntaxcheck $@
;;
esac

0 comments on commit 37933e8

Please sign in to comment.