change dir
This commit is contained in:
parent
dcbbf2b603
commit
33bff3c7f8
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ download_dir="$(grep download_dir "${CONFIG_FILE}" | awk 'BEGIN {FS="="} {print(
|
||||||
if [ "${download_dir}" == "" ]; then
|
if [ "${download_dir}" == "" ]; then
|
||||||
download_dir="${HOME}/downloaded_youtube_videos"
|
download_dir="${HOME}/downloaded_youtube_videos"
|
||||||
fi
|
fi
|
||||||
|
cd "${download_dir}" || exit 1
|
||||||
chmod 0777 "${download_dir}" -R
|
chmod 0777 "${download_dir}" -R
|
||||||
"__src_folder__/fix_dir_dates.sh"
|
"__src_folder__/fix_dir_dates.sh"
|
||||||
|
|
Loading…
Reference in a new issue