diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-08-09 22:46:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:50 +0700 |
commit | b8c85d543c572f3594875d310fa04924afa0cbe6 (patch) | |
tree | 322cc99e778c0424862cfb6d639afa6567755f69 | |
parent | 2bdb6780933774ca000af1e62688ce6b01c508f5 (diff) | |
download | slackbuilds-b8c85d543c572f3594875d310fa04924afa0cbe6.tar.gz |
network/ftp-cloudfs: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | network/ftp-cloudfs/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ftp-cloudfs/doinst.sh b/network/ftp-cloudfs/doinst.sh index d7adcd9842..91e7d567c6 100644 --- a/network/ftp-cloudfs/doinst.sh +++ b/network/ftp-cloudfs/doinst.sh @@ -11,4 +11,4 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/ftpcloudfs.config.new +config etc/ftpcloudfs.conf.new |