We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21449d commit 8aff1f7Copy full SHA for 8aff1f7
scripts/whipper-docker.sh
@@ -2,7 +2,9 @@
2
CD_DEVICE="/dev/cdrom"
3
OUTPUT_DIR="${HOME}/Music"
4
5
+PERSONAL_CONF_DIR="${HOME}/.config/whipper"
6
WRAPPER_CONFIG_FILE="${HOME}/.config/whipper_wrapper"
7
+
8
if [ -e "${WRAPPER_CONFIG_FILE}" ] ; then
9
. "${WRAPPER_CONFIG_FILE}"
10
fi
@@ -17,7 +19,7 @@ if [ ! -d "${OUTPUT_DIR}" } ; then
17
19
exit 2
18
20
21
-PERSONAL_CONF_DIR="${HOME}/.config/whipper"
22
23
if [ ! -d "${PERSONAL_CONF_DIR}" ] ; then
24
echo "Creating ${PERSONAL_CONF_DIR} directory"
25
if ! mkdir -p "${PERSONAL_CONF_DIR}" ; then
0 commit comments