Some edits

This commit is contained in:
den 2019-08-14 08:23:52 +00:00
parent 19f5a5bf33
commit 8f3be70edb
Signed by: den
GPG Key ID: 0D4294715B06B463
2 changed files with 4 additions and 0 deletions

View File

View File

@ -1,3 +1,6 @@
# This file needs to be added at /etc/skel
echo "Please enter new domain"
read DOMAIN
mkdir $DOMAIN
@ -7,3 +10,4 @@ JSON_STRING=$( jq -n \
'{domain: $d, directory: $di}' )
echo "$JSON_STRING" >> tilde.json
cd $DOMAIN