From b4bc15f8ef8d198f0d34e3c9c0151d134419247f Mon Sep 17 00:00:00 2001 From: iamromulan <50184035+iamromulan@users.noreply.github.com> Date: Thu, 23 May 2024 23:06:45 -0400 Subject: [PATCH] Dumb mistake fix --- simpleupdates/scripts/update_simpleadmin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleupdates/scripts/update_simpleadmin.sh b/simpleupdates/scripts/update_simpleadmin.sh index 0d85685..5b9dba4 100644 --- a/simpleupdates/scripts/update_simpleadmin.sh +++ b/simpleupdates/scripts/update_simpleadmin.sh @@ -202,7 +202,7 @@ install_ttyd() { cd $SIMPLE_ADMIN_DIR/console curl -L -o ttyd https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.armhf && chmod +x ttyd wget "https://raw.githubusercontent.com/$GITUSER/quectel-rgmii-toolkit/$GITTREE/simpleadmin/console/ttyd.bash" && chmod +x console/ttyd.bash - cd $SIMPLE_ADMIN_DIR/systemd/ttyd.service + cd $SIMPLE_ADMIN_DIR/systemd/ wget "https://raw.githubusercontent.com/$GITUSER/quectel-rgmii-toolkit/$GITTREE/simpleadmin/systemd/ttyd.service" cp -f $SIMPLE_ADMIN_DIR/systemd/ttyd.service /lib/systemd/system/ ln -sf /usrdata/simpleadmin/ttyd /bin