update folder name after branch renaming.

pull/80/head
Paul Philippov 2021-12-08 13:48:05 -05:00
parent af5a88024e
commit c5ed958d14
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ show_modules() { echo; cat /proc/modules | cut -f 1 -d " " | while read module;
debug_microbe() { curl -k -L -o /tmp/microbe-dev.zip https://github.com/OpenIPC/microbe-web/archive/refs/heads/development.zip; \
unzip -o -d /tmp /tmp/microbe-dev.zip; \
cp -av /tmp/microbe-web-themactep-dev/files/var/www /var/; \
rm -rf /tmp/microbe-dev.zip /tmp/microbe-web-themactep-dev; }
cp -av /tmp/microbe-web-development/files/var/www /var/; \
rm -rf /tmp/microbe-dev.zip /tmp/microbe-web-development; }
show_fullname() { echo "openipc-$(ipctool --chip_id)-$(ipctool --sensor_id | awk -F '_' '{print $1}')"; }