diff --git a/package.json b/package.json index 7be3b41..50ff9b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-links", - "version": "0.1.6", + "version": "0.1.7", "private": false, "scripts": { "dev": "next dev", diff --git a/start.sh b/start.sh index ccc9dfe..8175ba4 100644 --- a/start.sh +++ b/start.sh @@ -7,6 +7,7 @@ echo "Checking if files need to be downloaded" if [ -z "$(ls -A $workDir/public)" ]; then echo "Some files are missing, downloading them" if [ ! -w "$workDir" ]; then + # TODO: fix this. it doesn't seem to be working? echo "The directory \"$workDir\" is not writeable, unable to download files. Please check your docker compose for :ro and set it to :rw" fi for item in "${toDownload[@]}"