Remove the debugging, use absolute paths
This commit is contained in:
@@ -16,11 +16,9 @@
|
|||||||
# 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/>.
|
||||||
|
|
||||||
set -x
|
/bin/sleep 10
|
||||||
|
|
||||||
sleep 10
|
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/seaf-cli stop
|
/usr/bin/seaf-cli stop
|
||||||
/usr/bin/seaf-cli start
|
/usr/bin/seaf-cli start
|
||||||
sleep 1200
|
/bin/sleep 1200
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user