May 5, 20224 yr I have a ~/.netrc file that I create on startup so that I can use lftp to login to my seedbox. However, it seems that this file gets randomly deleted and I'm not sure why. In my /boot/config/go file I have this at the end. # Setup lftp username/password for seedbox echo "machine *****.seedbox.io login ****** password *****" > ~/.netrc # End lftp setup which creates my .netrc file in the home directory on start/restart. This works and things will be fine for most of a day and then suddenly my script will stop working and I'll go check and that file is missing. Any ideas? Edited May 5, 20224 yr by Shane Israel
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.