Move archiveloop, archive-teslacam-clips, and remountfs_rw to the top level.

This commit is contained in:
cimryan
2018-10-23 22:11:05 -07:00
parent 1685fa78f7
commit d1cd47cbda
4 changed files with 4 additions and 5 deletions

View File

@@ -96,9 +96,9 @@ function configure_archive_scripts () {
mkdir /root/bin
pushd /root/bin
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archiveloop
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/archiveloop
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archive-teslacam-clips
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/archive-teslacam-clips
if [ $RSYNC_ENABLE = true ]
then
@@ -124,11 +124,10 @@ function configure_archive_scripts () {
popd
echo "Configured the archive scripts."
pushd /root
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/remountfs_rw
pushd /root/bin
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/remountfs_rw
chmod +x remountfs_rw
popd
echo "Downloaded script to remount filesystems read/write if needed (/root/remountfs_rw)."
}
function configure_pushover_scripts() {