From 3a52e92fbbbab4df949740f89a389d68281a9428 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 May 2025 18:36:01 +0800 Subject: hehe --- others/setup_2_openstackenv.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 others/setup_2_openstackenv.sh (limited to 'others/setup_2_openstackenv.sh') diff --git a/others/setup_2_openstackenv.sh b/others/setup_2_openstackenv.sh deleted file mode 100644 index e56b66f..0000000 --- a/others/setup_2_openstackenv.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# directories -mkdir ~/work -mkdir ~/work/mounts -mkdir ~/work/mounts/private -mkdir ~/work/mounts/public -mkdir ~/work/mounts/.localtmp - -touch ~/work/mounts/.passwd-s3fs -chmod 600 ~/work/mounts/.passwd-s3fs -echo "id:pass" > ~/work/mounts/.passwd-s3fs -sudo s3fs s3ch1 ~/work/mounts/private -o passwd_file=~/work/mounts/.passwd-s3fs -o url=https://s3.pub1.infomaniak.cloud -o allow_other -o use_cache=~/work/mounts/.localtmp/ -o umask=000 -o use_path_request_style -sudo s3fs s3ch1-public ~/work/mounts/public -o passwd_file=~/work/mounts/.passwd-s3fs -o url=https://s3.pub1.infomaniak.cloud -o allow_other -o use_cache=~/work/mounts/.localtmp/ -o umask=000 -o use_path_request_style - -- cgit v1.2.3-70-g09d2