Skip to content

Commit b888016

Browse files
committed
Update pool_creation.sh
1 parent 3c6c5c6 commit b888016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pool_creation.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ setup_node_service() {
141141
else
142142
echo "$node_service_file_path does not exist."
143143
fi
144-
sudo bash -c 'cat > $node_service_file_path' << EOF
144+
sudo bash -c "cat > '$node_service_file_path'" << EOF
145145
[Unit]
146146
Description=Sugarfunge Node
147147
After=network.target
@@ -194,7 +194,7 @@ setup_api_service() {
194194
else
195195
echo "$api_service_file_path does not exist."
196196
fi
197-
sudo bash -c 'cat > $api_service_file_path' << EOF
197+
sudo bash -c "cat > '$api_service_file_path'" << EOF
198198
[Unit]
199199
Description=Sugarfunge API
200200
After=sugarfunge-node.service
@@ -247,7 +247,7 @@ setup_gofula_service() {
247247
else
248248
echo "$gofula_service_file_path does not exist."
249249
fi
250-
sudo bash -c 'cat > $gofula_service_file_path' << EOF
250+
sudo bash -c "cat > '$gofula_service_file_path'" << EOF
251251
[Unit]
252252
Description=Go Fula Service
253253
After=network.target

0 commit comments

Comments
 (0)