Add install and uninstall scripts to card reader project for the sole purpose of deploying to Linux.
#103
This commit is contained in:
parent
81975559e2
commit
3404001d06
@ -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" />
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then
|
then
|
||||||
echo "No arguments supplied, supply the base path"
|
echo "No arguments supplied, supply the base path"
|
||||||
fi
|
fi
|
||||||
echo "Installing dependencies"
|
echo "Installing dependencies"
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user