Skip to content

Commit

Permalink
switch back from bash to sh #93
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Oct 4, 2023
1 parent f7c0981 commit c6ae1aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Command/course_reminders.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

### ENV ###
# Set PHP path
Expand Down
2 changes: 1 addition & 1 deletion src/Command/discovery.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

### ENV ###
CAKE_PATH='/app'
Expand Down
2 changes: 1 addition & 1 deletion src/Command/gen_search_list.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

### ENV ###
# Set PHP path
Expand Down
2 changes: 1 addition & 1 deletion src/Command/gen_sitemap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

### ENV ###
# Set PHP path
Expand Down
2 changes: 1 addition & 1 deletion src/Command/send_test_mail.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

### ENV ###
# Set PHP path
Expand Down
2 changes: 1 addition & 1 deletion src/Command/subscriptions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

### ENV ###
# Set PHP path
Expand Down

0 comments on commit c6ae1aa

Please sign in to comment.