Set -x
This commit is contained in:
@@ -16,8 +16,10 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
/bin/sleep 10
|
set -x
|
||||||
|
|
||||||
|
sleep 10
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/seaf-cli start
|
/usr/bin/seaf-cli start
|
||||||
/bin/sleep 3600
|
sleep 3600
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user