1
0
peilaus alkaen https://github.com/Mroik/ttbp-rssgen.git synced 2025-07-06 23:22:01 +00:00

Removed bashism

This commit is contained in:
mroik 2021-04-10 21:54:45 +02:00
vanhempi 46b82311f4
commit 73f566e148
No known key found for this signature in database
GPG avaimen ID: 48797EA19C19BED1

Näytä tiedosto

@ -1,6 +1,8 @@
#!/bin/sh
user=$(whoami)
cd ~
read -p "Specify the blog location(~/public_html/blog/): " location
echo -n "Specify the blog location(~/public_html/blog/): "
read location
if [ -z $location ]
then
location="/home/$user/public_html/blog/rss.xml"