浏览代码

Ansible adaptions (powerplug.sh)

master
Dirk Alders 1年前
父节点
当前提交
702c545ef0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      powerplug.sh

+ 1
- 1
powerplug.sh 查看文件

@@ -1,4 +1,4 @@
1 1
 #!/bin/sh
2 2
 #
3 3
 BASEPATH=`dirname $0`
4
-$BASEPATH/venv/bin/python $BASEPATH/powerplug.py
4
+$BASEPATH/venv/bin/python $BASEPATH/powerplug.py

正在加载...
取消
保存