diff --git a/general/overlay/etc/profile b/general/overlay/etc/profile index dcd7ac62..ad795a69 100644 --- a/general/overlay/etc/profile +++ b/general/overlay/etc/profile @@ -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}')"; }