文件操作 - post-installer.sh
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/netdata/packaging/makeself/post-installer.sh
编辑文件内容
#!/bin/sh # SPDX-License-Identifier: GPL-3.0-or-later # This script is started using the shell of the system # and executes our 'install-or-update.sh' script # using the netdata supplied, statically linked BASH # # so, at 'install-or-update.sh' we are always sure # we run under BASH v4. ./bin/bash system/install-or-update.sh "${@}"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件