Skip to content
Snippets Groups Projects
Commit 0e7efa77 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove node app in template

parent d7780f28
No related branches found
No related tags found
No related merge requests found
......@@ -579,6 +579,10 @@ echo ' fi'
echo '}'
echo ''
echo "function remove_${app_name} {"
if [ "$app_nodeapp" ]; then
echo " npm uninstall -g ${app_nodeapp}"
echo ''
fi
if [[ "$app_node" == 'yes' ]]; then
echo " remove_nodejs ${app_name}"
echo ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment