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