jbilcke-hf HF staff commited on
Commit
a62cf6a
·
1 Parent(s): e047ab5

make sure we have everything we need

Browse files
Files changed (1) hide show
  1. scripts/init.sh +1 -0
scripts/init.sh CHANGED
@@ -2,6 +2,7 @@
2
 
3
  echo "creating the storage folders.."
4
  mkdir -p $WEBTV_VIDEO_STORAGE_PATH
 
5
  mkdir -p $WEBTV_AUDIO_STORAGE_PATH
6
 
7
  echo "creating the playlists.."
 
2
 
3
  echo "creating the storage folders.."
4
  mkdir -p $WEBTV_VIDEO_STORAGE_PATH
5
+ mkdir -p $WEBTV_VIDEO_STORAGE_PATH_NEXT
6
  mkdir -p $WEBTV_AUDIO_STORAGE_PATH
7
 
8
  echo "creating the playlists.."