Compare commits

..

1 Commits
test1 ... main

Author SHA1 Message Date
ssung 02d9ccb87d ADD: Add test code. 2023-10-24 18:24:18 +09:00
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
#!/bin/bash
if [ -z $1 ] || [ -z $2 ] || [ -z $3 ] ; then
echo "Please fill in app's name, file."
exit
fi
mv sdt-cloud-app.service $1.service
sed -i "s/sdt-cloud-app/$1/g" ./install.sh
sed -i "s/sdt-cloud-app/$1/g" ./$1.service
sed -i "s%exePath%$2%g" ./$1.service
sed -i "s/exeFile/$3/g" ./$1.service