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>
<ItemGroup> <ItemGroup>
<Compile Include="CardDataPost.cs" /> <Compile Include="CardDataPost.cs" />
<Compile Include="CircularBuffer.cs" />
<Compile Include="ConfigurationManager.cs" /> <Compile Include="ConfigurationManager.cs" />
<Compile Include="ConfigurationProperty.cs" /> <Compile Include="ConfigurationProperty.cs" />
<Compile Include="ConfigurationType.cs" /> <Compile Include="ConfigurationType.cs" />

View File

@ -22,3 +22,4 @@ rm *.vshost.exe.config
rm *.vshost.exe.manifest rm *.vshost.exe.manifest
echo "Starting application........." echo "Starting application........."
service supervisor restart service supervisor restart