MiloSobral commited on
Commit
803703c
1 Parent(s): ea24835

Small addendum to the documentation

Browse files
Files changed (1) hide show
  1. PortiloopV2.md +2 -0
PortiloopV2.md CHANGED
@@ -189,6 +189,8 @@ ExecStart=/usr/local/bin/setup_tables.sh
189
  WantedBy=multi-user.target
190
  ```
191
 
 
 
192
  ### 6. Start Systemd services
193
 
194
  To make sure that everything happens on startup, we need to enable all services. Execute the following commands:
189
  WantedBy=multi-user.target
190
  ```
191
 
192
+ Finally, make sure the script is executable by running: `sudo chmod +x /usr/local/bin/setup_tables.sh`
193
+
194
  ### 6. Start Systemd services
195
 
196
  To make sure that everything happens on startup, we need to enable all services. Execute the following commands: