Gave it a shot this morning and it didn't change. Here's my
bootlocal.sh

#!/bin/sh
# put other system startup commands here

GREEN="$(echo -e '\033[1;32m')"

echo
echo "${GREEN}Running bootlocal.sh..."
#pCPstart------
/usr/local/etc/init.d/pcp_startup.sh 2>&1 | tee -a
/var/log/pcp_boot.log
#pCPstop------

#!/bin/sh
# put other system startup commands here

GREEN="$(echo -e '\033[1;32m')"

date -s 2020-12-15

echo
echo "${GREEN}Running bootlocal.sh..."
#pCPstart------
/usr/local/etc/init.d/pcp_startup.sh 2>&1 | tee -a
/var/log/pcp_boot.log
#pCPstop------

Oddly enough, after doing that, I get "Cannot initialize SFTP protocol.
Is the host running an SFTP server?" when I try to ssh in to the pi.

Thanks,

Howard


Howard Passman wrote: 
> Paul,
> 
> Thanks very much! I'll give it a shot in the morning.
> 
> Howard


------------------------------------------------------------------------
Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=113199

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to