I'll get my work back yet
This commit is contained in:
parent
c53ce43386
commit
73149f9698
@ -90,6 +90,7 @@ new_python_tool() {
|
|||||||
read SERVICE_FILE
|
read SERVICE_FILE
|
||||||
done
|
done
|
||||||
if [ "$SERVICE_FILE" == 'y' ]; then
|
if [ "$SERVICE_FILE" == 'y' ]; then
|
||||||
|
sed_i "s#INSTALL=\"\(.*\)\"#INSTALL=\"\1services \"#g" ./"$NAME"/setup.sh
|
||||||
# Configure service file to log output to file?
|
# Configure service file to log output to file?
|
||||||
while [[ "$SERVICE_LOG" != 'y' && "$SERVICE_LOG" != "n" ]]; do
|
while [[ "$SERVICE_LOG" != 'y' && "$SERVICE_LOG" != "n" ]]; do
|
||||||
echo "Configure the service file to log output? (y/n)"
|
echo "Configure the service file to log output? (y/n)"
|
||||||
@ -124,7 +125,7 @@ new_python_tool() {
|
|||||||
|
|
||||||
# Configure package to install a default configuration file?
|
# Configure package to install a default configuration file?
|
||||||
while [[ "$INSTALL_CONFIG" != 'y' && "$INSTALL_CONFIG" != "n" ]]; do
|
while [[ "$INSTALL_CONFIG" != 'y' && "$INSTALL_CONFIG" != "n" ]]; do
|
||||||
echo "Configure package to load plugins? (y/n)"
|
echo "Configure package to install a config file? (y/n)"
|
||||||
read INSTALL_CONFIG
|
read INSTALL_CONFIG
|
||||||
done
|
done
|
||||||
if [ "$INSTALL_CONFIG" == 'y' ]; then
|
if [ "$INSTALL_CONFIG" == 'y' ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user