We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e556e4 commit 0dde046Copy full SHA for 0dde046
2 files changed
CHANGELOG.md
@@ -12,6 +12,7 @@
12
* Remove DB 'size' attribute
13
* Allow admins to add/remove project managers
14
* Fix add/remove manager http returns
15
+* Modified add_readme template
16
* Fix typo in cron due to remove_tp_reservation changes
17
* Allow spaces, - and ' in user first/last names
18
templates/default/user/add_readme.sh
@@ -1,5 +1,7 @@
1
echo "Start add_readme.sh in $0 ..."
2
3
+{% if CONFIG.general.readme %}
4
+
5
if [ ! -e {{ user.home }}/user_guides ]
6
then
7
mkdir -p "{{ user.home }}/user_guides"
@@ -9,4 +11,6 @@ then
9
11
{% endfor %}
10
fi
+{% endif %}
echo "End add_readme.sh in $0 ..."
0 commit comments