Skip to content

Commit

Permalink
[DOCKER] Remove default gui settings (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon authored Oct 22, 2023
1 parent ee09e85 commit c149957
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/root/custom-cont-init.d/defaults-gui
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ echo "Checking ytdl-sub-gui defaults..."
[[ ! -d /config/ytdl-sub-configs/examples ]] && \
mkdir -p /config/ytdl-sub-configs/examples && \
cp /defaults/examples/* /config/ytdl-sub-configs/examples
[[ ! -e /config/data/ytdl-sub-applied ]] && \
echo "First run, placing default vs-code data directory..." && \
cp /defaults/vs-code-data.tar.gz /config && \
cd /config && \
rm -rf data/ && \
tar -xzf vs-code-data.tar.gz && \
rm vs-code-data.tar.gz && \
touch /config/data/ytdl-sub-applied

# permissions
chown -R ${PUID:-abc}:${PGID:-abc} \
Expand Down
Binary file removed docker/root/defaults/vs-code-data.tar.gz
Binary file not shown.

0 comments on commit c149957

Please sign in to comment.