Adjusted path in articleupload script for new shell

This commit is contained in:
Nathan Schneider
2026-02-13 09:16:00 -07:00
parent ce1a2c421d
commit cad21100f0
+1 -1
View File
@@ -2,7 +2,7 @@
echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready." echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready."
read response read response
sftp nsinfo@shell.mayfirst.org <<EOF sftp nsinfo@shell.mayfirst.org <<EOF
cd nathanschneider.info/web/articles/ cd web/articles/
put $1 put $1
quit quit
EOF EOF