Skip to content

Commit

Permalink
remove test script and set executable permission for driver.sh
Browse files Browse the repository at this point in the history
- Deleted the test script section from driver.sh for cleaner.
- Updated driver.sh to be executable, enhancing usability and ease of execution.
  • Loading branch information
hiroTochigi committed Jan 27, 2024
1 parent c554e3d commit 72427b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions src/aws/driver.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ case "$1" in
delete)
delete "${@:2}"
;;
test)
callStoreConfigIntoTreehousesConfigAsStringfiedJson "${@:2}"
;;
*)
echo "Error: Invalid command."
authUsage
Expand Down
1 change: 0 additions & 1 deletion src/aws/load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ source $manageConfigPath/dependencies/reverseShell.sh

source $manageConfigPath/init.sh
source $manageConfigPath/delete.sh
source $manageConfigPath/callStoreConfigIntoTreehousesConfigAsStringfiedJson.sh

0 comments on commit 72427b0

Please sign in to comment.