5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/bin/bash
|
||
|
set -e -o pipefail
|
||
|
|
||
|
node $AIO_SCRIPTS_JS_DIR/dist/lib/clean-up >> /var/log/aio/clean-up.log 2>&1
|