Add install and uninstall scripts to card reader project for the sole purpose of deploying to Linux.

#103
This commit is contained in:
chris.watts90@outlook.com 2019-10-18 09:18:35 +01:00
parent 81975559e2
commit 3404001d06
4 changed files with 139 additions and 139 deletions

View File

@ -55,7 +55,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CardDataPost.cs" />
<Compile Include="CircularBuffer.cs" />
<Compile Include="ConfigurationManager.cs" />
<Compile Include="ConfigurationProperty.cs" />
<Compile Include="ConfigurationType.cs" />

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ -z "$1" ]
then
then
echo "No arguments supplied, supply the base path"
fi
echo "Installing dependencies"
@ -22,3 +22,4 @@ rm *.vshost.exe.config
rm *.vshost.exe.manifest
echo "Starting application........."
service supervisor restart